Video Insights: Summaries/Transcription/Vision
1
0
About Video Insights: Summaries/Transcription/Vision
Chat with any video or audio for insights, transcriptions in multiple languages, and visual analysis. Supports YouTube and file uploads
June 03,2024
Information
- GPTs Creator videoinsights.ai
- Categories Research
- GPT Updated June 03,2024
- Updated June 04,2024
Capabilities
- DALLE•E ✓Image Creation
- Code Interpreter ✓Data Analysis
- Browsing ✓Real-Time Retrieval
Share recipient
- OpenAI‘s GPT Store Public
Timeline
Video Insights: Summaries/Transcription/Vision
By videoinsights.ai
Video Insights: Summaries/Transcription/Vision is inactive right now!
4.1
Ratings (1K+)
Research
Category
50K+
Conversations
Try Alternatives
What can Video Insights do?
Translate the following video for me
What is the color of the house in the video ?
Submit feedback or feature request to Video Insights
Message ChatGPT
What Can Video Insights: Summaries/Transcription/Vision Do with ChatGPT?
This Gpts for users can do high-quality search, summarization, insights, multi-language transcriptions, and more.
1. Function Calls
Field | Value |
---|---|
action_id | g-4853ae55a931f50dad213d0154337e1a73053a15 |
domain | action.videoinsights.ai |
json_schema | {"openapi"=>"3.0.3", "info"=>{"title"=>"Video Insights", "version"=>"0.9.0", "description"=>"The Video Insights application"}, "paths"=>{"/api/media/file/{file_id}"=>{"delete"=>{"operationId"=>"media_delete", "description"=>"Deletes a file", "parameters"=>[{"in"=>"path", "name"=>"file_id", "schema"=>{"type"=>"string"}, "required"=>true}], "tags"=>["media"], "security"=>[{"VideoInsightsAuthentication"=>[]}], "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MediaDelete"}}}, "description"=>""}, "401"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}, "500"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}}}}, "/api/media/file/list"=>{"get"=>{"operationId"=>"media_list", "description"=>"Lists all files", "tags"=>["media"], "security"=>[{"VideoInsightsAuthentication"=>[]}], "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MediaFileList"}}}, "description"=>""}, "401"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}}}}, "/api/media/file/transcript"=>{"get"=>{"operationId"=>"media_file_transcript", "description"=>"Gets the transcript for a media file uploaded on the VideoInsights Platform.", "parameters"=>[{"in"=>"query", "name"=>"media_file_id", "schema"=>{"type"=>"string"}, "description"=>"The video ID of the video to get transcript for", "required"=>true}, {"in"=>"query", "name"=>"page", "schema"=>{"type"=>"integer"}, "description"=>"The transcript page number to get. Defaults to 0 and increments by 1 for long transcripts"}, {"in"=>"query", "name"=>"timestamped", "schema"=>{"type"=>"boolean"}, "description"=>"Whether or not the transcript should include the timestamp values. Defaults to false"}], "tags"=>["media"], "security"=>[{"VideoInsightsAuthentication"=>[]}], "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MediaFileList"}}}, "description"=>""}, "400"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}, "401"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}}}}, "/api/media/file/visual_analysis"=>{"post"=>{"operationId"=>"media_file_visual_analysis", "description"=>"Executes a visual analysis of the media file given a query about it.", "tags"=>["media"], "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MediaVisualAnalyzerDeserializer"}}, "application/x-www-form-urlencoded"=>{"schema"=>{"$ref"=>"#/components/schemas/MediaVisualAnalyzerDeserializer"}}, "multipart/form-data"=>{"schema"=>{"$ref"=>"#/components/schemas/MediaVisualAnalyzerDeserializer"}}}, "required"=>true}, "security"=>[{"VideoInsightsAuthentication"=>[]}], "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MediaVisualAnalyzer"}}}, "description"=>""}, "400"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}, "401"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}}, "x-openai-isConsequential"=>true}}, "/api/user/feedback"=>{"post"=>{"operationId"=>"user_feedback", "description"=>"Submit feedback to the Video Insights team", "tags"=>["user"], "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/UserFeedbackDeserializer"}}, "application/x-www-form-urlencoded"=>{"schema"=>{"$ref"=>"#/components/schemas/UserFeedbackDeserializer"}}, "multipart/form-data"=>{"schema"=>{"$ref"=>"#/components/schemas/UserFeedbackDeserializer"}}}, "required"=>true}, "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/UserFeedbackResponse"}}}, "description"=>""}, "401"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}, "500"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}}}}, "/api/user/information"=>{"get"=>{"operationId"=>"user_information", "description"=>"Gets information about the user making the request", "tags"=>["user"], "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/UserInformation"}}}, "description"=>""}, "401"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}, "500"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}}}}, "/api/youtube/comments"=>{"get"=>{"operationId"=>"comments", "description"=>"Get the top 10 comments for a youtube video", "parameters"=>[{"in"=>"query", "name"=>"video_id", "schema"=>{"type"=>"string"}, "description"=>"The video ID of the video to get comments for", "required"=>true}], "tags"=>["youtube"], "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/YoutubeTranscript"}}}}, "description"=>""}, "400"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}, "401"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}, "500"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}}}}, "/api/youtube/metadata"=>{"get"=>{"operationId"=>"metadata", "description"=>"Get the metadata for a youtube video", "parameters"=>[{"in"=>"query", "name"=>"video_id", "schema"=>{"type"=>"string"}, "description"=>"The video ID of the video to get metadata for", "required"=>true}], "tags"=>["youtube"], "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/YoutubeMetadata"}}}, "description"=>""}}}}, "/api/youtube/transcript"=>{"get"=>{"operationId"=>"transcript", "description"=>"Get the transcript for a youtube video including the metadata and statistics. ", "parameters"=>[{"in"=>"query", "name"=>"page", "schema"=>{"type"=>"integer"}, "description"=>"The transcript page number to get. Defaults to 0 and increments by 1 for long transcripts"}, {"in"=>"query", "name"=>"timestamped", "schema"=>{"type"=>"boolean"}, "description"=>"Whether or not the transcript should include the timestamp values. Defaults to false"}, {"in"=>"query", "name"=>"video_id", "schema"=>{"type"=>"string"}, "description"=>"The video ID of the video to get transcript for", "required"=>true}], "tags"=>["youtube"], "responses"=>{"200"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/YoutubeTranscript"}}}, "description"=>""}, "400"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}, "401"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}, "500"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/GenericError"}}}, "description"=>""}}}}}, "components"=>{"schemas"=>{"GenericError"=>{"type"=>"object", "properties"=>{"error"=>{}}, "required"=>["error"]}, "MediaDelete"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "md5"=>{"type"=>"string"}, "file_id"=>{"type"=>"string", "format"=>"uuid"}}, "required"=>["file_id", "md5", "status"]}, "MediaFile"=>{"type"=>"object", "properties"=>{"uploaded_at"=>{"type"=>"string"}, "type"=>{"type"=>"string"}, "id"=>{"type"=>"string", "format"=>"uuid"}, "name"=>{"type"=>"string"}, "size"=>{"type"=>"number", "format"=>"double"}, "md5"=>{"type"=>"string"}, "audio_parsed"=>{"type"=>"boolean"}, "runtime_seconds"=>{"type"=>"integer"}}, "required"=>["audio_parsed", "id", "md5", "name", "runtime_seconds", "size", "type", "uploaded_at"]}, "MediaFileList"=>{"type"=>"object", "properties"=>{"files"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/MediaFile"}}, "user"=>{"type"=>"string"}}, "required"=>["files", "user"]}, "UserFeedbackResponse"=>{"type"=>"object", "properties"=>{"message"=>{"type"=>"string"}}, "required"=>["message"]}, "MediaVisualAnalyzer"=>{"type"=>"object", "properties"=>{"query_response"=>{"type"=>"string"}, "returned_page"=>{"type"=>"integer"}, "has_more_pages"=>{"type"=>"boolean"}, "total_num_pages"=>{"type"=>"integer"}, "in_progress"=>{"type"=>"boolean"}}, "required"=>["has_more_pages", "in_progress", "query_response", "returned_page", "total_num_pages"]}, "MediaVisualAnalyzerDeserializer"=>{"type"=>"object", "properties"=>{"file_uuid"=>{"type"=>"string", "format"=>"uuid"}, "query"=>{"type"=>"string"}, "page"=>{"type"=>"integer"}}, "required"=>["file_uuid", "page", "query"]}, "UserFeedbackDeserializer"=>{"type"=>"object", "properties"=>{"message"=>{"type"=>"string"}, "type"=>{"type"=>"string"}, "sentiment"=>{"type"=>"string"}}, "required"=>["message", "sentiment", "type"]}, "UserInformation"=>{"type"=>"object", "properties"=>{"email"=>{"type"=>"string", "format"=>"email"}, "joined"=>{"type"=>"string", "format"=>"date-time"}, "current_plan"=>{"type"=>"string"}, "vi_tokens_unused"=>{"type"=>"integer"}, "vi_tokens_used"=>{"type"=>"integer"}, "token_reset_date"=>{"type"=>"string", "format"=>"date-time"}, "token_reset_timestamp"=>{"type"=>"integer"}}, "required"=>["current_plan", "email", "joined", "token_reset_date", "token_reset_timestamp", "vi_tokens_unused", "vi_tokens_used"]}, "YoutubeMetadata"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string"}, "description"=>{"type"=>"string"}, "publishedAt"=>{"type"=>"string", "format"=>"date-time"}, "tags"=>{"type"=>"array", "items"=>{"type"=>"string"}}, "license"=>{"type"=>"string"}, "madeForKids"=>{"type"=>"boolean"}, "duration"=>{"type"=>"string"}, "statistics"=>{"$ref"=>"#/components/schemas/YoutubeStatistics"}}, "required"=>["description", "duration", "license", "madeForKids", "publishedAt", "statistics", "tags", "title"]}, "YoutubeStatistics"=>{"type"=>"object", "properties"=>{"viewCount"=>{"type"=>"integer"}, "likeCount"=>{"type"=>"integer"}, "favoriteCount"=>{"type"=>"integer"}, "commentCount"=>{"type"=>"integer"}}, "required"=>["commentCount", "favoriteCount", "likeCount", "viewCount"]}, "YoutubeTranscript"=>{"type"=>"object", "properties"=>{"timestamped"=>{"type"=>"boolean"}, "transcript"=>{}, "returned_page"=>{"type"=>"integer"}, "has_more_pages"=>{"type"=>"boolean"}, "metadata"=>{"$ref"=>"#/components/schemas/YoutubeMetadata"}}, "required"=>["has_more_pages", "metadata", "returned_page", "timestamped", "transcript"]}}, "securitySchemes"=>{"VideoInsightsAuthentication"=>{"type"=>"Bearer", "in"=>"header", "name"=>"Authorization", "description"=>"Bearer-based authentication with required prefix 'Bearer'"}}}, "servers"=>[{"url"=>"https://action.videoinsights.ai"}]} |
auth | {"type":"oauth","instructions":"","client_url":"https://auth.videoinsights.ai/oauth2/authorize","scope":"openid email https://openai.videoinsights.io/all","authorization_url":"https://auth.videoinsights.ai/oauth2/token","authorization_content_type":"application/x-www-form-urlencoded","verification_tokens":{},"pkce_required":false,"token_exchange_method":"default_post"} |
privacy_policy_url | https://videoinsights.ai/privacy |
Capabilitiy | Function | Tools |
---|---|---|
DALLE•E | Generate unique images based on textual descriptions provided. | Dalle |
Code Interpreter / Data Analysis | Execute Python code for automation, calculations, and data analysis. | Python |
Web Browsing | Real-Time Access and search the internet for information, articles, and data. | Browser |
Video Insights: Summaries/Transcription/Vision reviews
Similar GPTs
Video Insights
by Al CharlesChat with any video or audio. High-quality search, summarization, insights, multi-language transcriptions, and more.
600
2.8
Video Insights
by su aohanChat with any video or audio. High-quality search, summarization, insights, multi-language transcriptions, and more.
10