
ChatWithVideo
Description
Ask questions, analyzing, and parsing through YouTube videos by simply providing a YouTube video URL.
Details
https://chatwithvideo.sdan.io/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "AI Video Summarizer",
"name_for_model": "chatwithvideo",
"description_for_human": "Ask questions, analyzing, and parsing through YouTube videos by simply providing a YouTube video URL.",
"description_for_model": "Allows users to load and query YouTube videos. Users must first provide a YouTube video URL that they can query, analyze, or ask questions from that video id without needing to specify every time. When you load a video you must specify both the video URL and query.",
"auth": {
"type": "oauth",
"client_url": "https://plugins.us.auth0.com/authorize",
"scope": "email",
"authorization_url": "https://plugins.us.auth0.com/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "5c24a28746d2464a90e3ec09cbd8003f"
}
},
"api": {
"type": "openapi",
"url": "https://chatwithvideo.sdan.io/openapi.json"
},
"logo_url": "https://chatwithvideo.sdan.io/logo.png",
"contact_email": "support@chatwithvideo.sdan.io",
"legal_info_url": "https://chatwithvideo.sdan.io/legal"
}
https://chatwithvideo.sdan.io/openapi.json
{
"openapi": "3.0.1",
"info": {
"title": "AI Video Summarizer",
"description": "Allows users to load and query YouTube videos. Users must first provide a YouTube video URL that they can query, analyze, or ask questions from that video id without needing to specify every time. When you load a video you must specify both the video URL and query.",
"version": "v1"
},
"servers": [
{
"url": "https://chatwithvideo.sdan.io"
}
],
"paths": {
"/video/load": {
"post": {
"operationId": "loadVideo",
"summary": "Load a YouTube video",
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/loadVideoRequest"
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/queryVideoResponse"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"loadVideoRequest": {
"type": "object",
"required": [
"video_id",
"video_query"
],
"properties": {
"video_id": {
"type": "string",
"format": "uri",
"description": "The ID of the YouTube video to load.",
"required": true
},
"video_query": {
"type": "string",
"description": "The query or question to ask the Youtube video.",
"required": true
}
}
},
"queryVideoResponse": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of text chunks from the YouTube video transcript that are relevant to the user's query."
}
}
}
}
}
}
Discover other plugins from the video to text category

Video Summary
Summarize YouTube video highlights. Generate summaries from YouTube video URLs.
0 Comments

Transvribe
Plugin that allows you to ask any YouTube video a question.
0 Comments

MixerBox ChatVideo
Summarize videos from YouTube! Ask questions and get answers right away!
0 Comments

VideoInsights.io
VideoInsights.io lets you interact with online video platforms like Youtube, Zoom or BiliBili.
0 Comments

YT Caption Retriever
Tool for retrieving YouTube video captions. You can retrieve captions from any YouTube video by providing its URL.
0 Comments
Eightify Insights
YouTube summaries powered by ChatGPT
0 Comments

Video Captions
Convert Youtube links into transcribed text, enable asking questions, create chapters, and summarize its content.
0 Comments