Loading...
Video Insights: Summaries/Transcription/Vision

Video Insights: Summaries/Transcription/Vision

1 0
0.0
( None Rating )
50K Action
DALLE•E Data Analysis Browsing

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

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
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

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

Video Insights: Summaries/Transcription/Vision is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

Video Insights: Summaries/Transcription/Vision is created by videoinsights.ai, and we have discovered only this one GPTs created by videoinsights.ai.

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only videoinsights.ai can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-HXZv0dg8w. The last modification date of Video Insights: Summaries/Transcription/Vision was 2024-06-03 00:10:31 UTC.

Yes, conversations with Video Insights: Summaries/Transcription/Vision will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if videoinsights.ai selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

Video Insights: Summaries/Transcription/Vision reviews

0.0
( None Rating )

Similar GPTs

Video Insights
Video Insights
by CHAN FAI CHONG
I find, summarize and discuss YouTube videos.
1K 4.2
Video Insights
Video Insights
by Al Charles
Chat with any video or audio. High-quality search, summarization, insights, multi-language transcriptions, and more.
600 2.8
Video Insights
Video Insights
by su aohan
Chat with any video or audio. High-quality search, summarization, insights, multi-language transcriptions, and more.
10
Video Insight AI
Video Insight AI
by HAN SEOB SIM
유튜브 영상에 대한 간결하고 명확한 답변을 제공합니다
200

Top