Video Insights: Summaries-Vision-Transcription (GPT): Difference between revisions

m
Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = "
m (Text replacement - "|Conversations" to "|Chats")
m (Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = ")
 
(5 intermediate revisions by 2 users not shown)
Line 12: Line 12:
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-HXZv0dg8w-video-insights-summaries-vision-transcription
|Link = https://chat.openai.com//g/g-HXZv0dg8w-video-insights-summaries-vision-transcription
|Chats =  
|Chats = 19,000
|Knowledge =
|Actions = Yes
|Web Browsing = Yes
|DALL·E Image Generation = Yes
|Code Interpreter = Yes
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Updated = 2024-01-14
|Hidden =
|Updated = 2024-01-23
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 44: Line 50:
When the users sends the following message. Get the details necessary to send the feedback to the submit_feedback action: "Submit feedback or feature request to Video Insights"
When the users sends the following message. Get the details necessary to send the feedback to the submit_feedback action: "Submit feedback or feature request to Video Insights"
</pre>
</pre>
==Conversation Starters==
==Conversation Starters==
* What can Video Insights do?
* What are the best prompts for Video Insights?
* Surprise me.
* Submit feedback or feature request to Video Insights


==Knowledge (Uploaded Files)==
==Knowledge (Uploaded Files)==


==Actions==
==Actions==
===actions_videoinsights_ai__jit_plugin===
which enable me to analyze and summarize video content. Here's a detailed explanation of each API:
*'''Get YouTube Video Transcript''': This API allows me to fetch the transcript of a YouTube video. A transcript is essentially the text version of everything that's spoken in the video. This is particularly useful for summarizing the content of the video, understanding the dialogue, or extracting specific information mentioned in the video.
*'''Search YouTube''': This API lets me search for YouTube videos using a query term. It returns the top 25 results sorted by relevance. This is handy when looking for videos related to a specific topic or when trying to find a particular video without having a direct link.
*'''Submit Feedback to Video Insights''': This feature enables users to submit feedback or feature requests directly to the Video Insights team. Users can provide a message detailing their feedback, categorize it (like a bug report or feature request), express their sentiment about the service, and optionally provide their name and email.
*'''Get YouTube Video Metadata''': With this API, I can retrieve metadata for a YouTube video. Metadata includes information like the video's title, description, creator, view count, like count, and other details that give context about the video. This is useful for getting an overview of the video and understanding its popularity and reception.
*'''Get YouTube Video Comments''': This API allows me to access the comments made on a YouTube video. Analyzing comments can provide insights into viewers' reactions and discussions about the video content, which can be an interesting addition to understanding the overall impact and reception of the video.
===Website===
actions.videoinsights.ai
===Privacy Policy===
https://videoinsights.ai/privacy
===Auth===
<pre>
{"type":"none"}
</pre>
===Code===
<pre>
{"openapi":"3.0.1","info":{"title":"Video Insights","description":"Get high-quality and flexible youtube transcripts, metadata, and insights.","version":"v0.0.1"},"servers":[{"url":"https://actions.videoinsights.ai"}],"paths":{"/youtube/{videoId}/transcript":{"get":{"description":"Get youtube video transcript","operationId":"get_youtube_video_transcript","parameters":[{"name":"videoId","in":"path","required":true,"schema":{"type":"string"}}]}},"/youtube/search":{"get":{"description":"Search for youtube data with a string. It returns the top 25 results sorted by most relevant.","operationId":"search_youtube","parameters":[{"name":"q","in":"query","required":true,"description":"The search query term","schema":{"type":"string"}}]}},"/feedback":{"post":{"description":"Submit feedback to Video Insights","operationId":"submit_feedback","requestBody":{"description":"Video Insights feedback details","required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"The feedback from the user. This should be verbatim to what was submitted ideally."},"type":{"type":"string","description":"The type of feedback. This should be a general category like feature request, bug, etc. Doesn't have to be restricted to a specific set of values. Use your best judgement."},"sentiment":{"type":"string","description":"The sentiment of the feedback. This should be generated based on an analysis of the message submitted."},"name":{"type":"string","description":"The name of the person submitting feedback. Not necessary but great to have."},"email":{"type":"string","format":"email","description":"The email address of the person submitting feedback. Not necessary but great to have."}},"required":["message","type","sentiment"]}}}},"responses":{"200":{"description":"Feedback submitted successfully"},"400":{"description":"Invalid input"},"500":{"description":"Internal server error"}}}},"/youtube/{videoId}/metadata":{"get":{"description":"Get youtube video metadata","operationId":"get_youtube_video_metadata","parameters":[{"name":"videoId","in":"path","required":true,"schema":{"type":"string"}}]}},"/youtube/{videoId}/comments":{"get":{"description":"Get youtube video comments","operationId":"get_youtube_video_comments","parameters":[{"name":"videoId","in":"path","required":true,"schema":{"type":"string"}}]}}},"components":{"schemas":{}}}
</pre>


==Guide==
==Guide==