Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$4.5 / 1k results
Extract a YouTube video’s full transcript with timestamps, plus title, description, views, and channel info
Endpoint
POST /api/v1/agents/youtube/video-transcript/run
Parameters
Text · Any YouTube video URL — full, short link, or shorts.
Dropdown · Pick a transcript language. Leave blank for the video’s default.
Show all 15 options
Show all 15 options
en, es, fr, de, pt, it, hi, ar, ja, ko, zh, ru, tr, id, viLegend: en = English, es = Spanish, fr = French, de = German, pt = Portuguese, it = Italian, hi = Hindi, ar = Arabic, ja = Japanese, ko = Korean, zh = Chinese, ru = Russian, tr = Turkish, id = Indonesian, vi = VietnameseView all 15 as a structured list →Response columns
| Field | Display name | Type |
|---|---|---|
videoUrl | Video URL | url |
title | Title | text |
transcript | Transcript | text |
description | Description | text |
durationS | Duration (s) | number |
views | Views | number |
likes | Likes | number |
comments | Comments | number |
published | Published | text |
channel | Channel | text |
channelHandle | Channel Handle | text |
subscribers | Subscribers | number |
language | Language | text |
languageCode | Language Code | text |
availableLanguages | Available Languages | array |
autoGenerated | Auto-Generated | boolean |
segments | Segments | object |
thumbnail | Thumbnail | url |
channelThumbnail | Channel Thumbnail | url |
Example
Example response
Response