
YT Caption Retriever
Description
Tool for retrieving YouTube video captions. You can retrieve captions from any YouTube video by providing its URL.
Details
https://youtube-caption-retriever.world-designer.repl.co/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "YT Caption Retriever",
"name_for_model": "yt_caption_retriever",
"description_for_human": "Tool for retrieving YouTube video captions. You can retrieve captions from any YouTube video by providing its URL.",
"description_for_model": "Plugin for retrieving YouTube video captions. You can retrieve captions from any YouTube video by providing its URL. You can also use the caption for translating and summarizing the video. You can select which language and type to retrieve, the type has set to manual by default, and retrieve language which user's language used for retrieving request if there's no mention of it. If there's no manually created captions available, retrieve auto generated one. When being asked to translate, try to retrieve english caption, if there's none, list available language and retrieve the easiest one you can translate, then translate it by yourself.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://youtube-caption-retriever.world-designer.repl.co/.well-known/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://i.ibb.co/kxxBhx1/YT-caption-retriever.png",
"contact_email": "world_designer05@outlook.com",
"legal_info_url": "https://world-designer.github.io"
}
https://youtube-caption-retriever.world-designer.repl.co/.well-known/openapi.yaml
openapi: 3.0.1
info:
title: YT Caption Retriever
description: A plugin that retrieves captions from YouTube videos.
version: 'v1'
servers:
- url: https://youtube-caption-retriever.world-designer.repl.co
paths:
/captions:
get:
operationId: fetchCaptions
summary: Get the captions for a YouTube video in various languages
parameters:
- name: url
in: query
description: The URL of the YouTube video
required: true
schema:
type: string
- name: format
in: query
description: The format to return the captions in ('srt' or 'text')
required: false
schema:
type: string
default: text
enum: [srt, text]
- name: type
in: query
description: The type of transcript to fetch ('auto' or 'manual')
required: false
schema:
type: string
default: manual
enum: [auto, manual]
- name: lang
in: query
description: The language code for the captions
required: true
schema:
type: string
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/fetchCaptionsResponse'
"400":
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/errorResponse'
/available_languages:
get:
operationId: fetchAvailableLanguages
summary: Get the available languages for a YouTube video's captions
parameters:
- name: url
in: query
description: The URL of the YouTube video
required: true
schema:
type: string
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/fetchAvailableLanguagesResponse'
"400":
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/errorResponse'
components:
schemas:
fetchCaptionsResponse:
type: object
properties:
captions:
type: object
additionalProperties:
type: string
description: The captions of the YouTube video
fetchAvailableLanguagesResponse:
type: object
properties:
available_languages:
type: array
items:
type: string
description: The available languages for the YouTube video's captions
errorResponse:
type: object
properties:
error:
type: string
description: An error message describing the issue
Discover other plugins from the video to text category

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

ChatWithVideo
Ask questions, analyzing, and parsing through YouTube videos by simply providing a YouTube video URL.
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
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