Streams the specified YouTube video’s subtitle data as a JSON file download with the filename format {videoId}-{vssId}.json. Returns a content-disposition attachment. Returns 404 if the video or subtitle ID is not found.
Documentation Index
Fetch the complete documentation index at: https://docs.creatordb.app/llms.txt
Use this file to discover all available pages before exploring further.
The valid CreatorDB API key for authentication.
The unique YouTube video ID (length: 11 characters).
11^[a-zA-Z0-9_-]{11}$"icxrUIGoEg8"
The subtitle language record code (example: a.en, .en, .zh-Hant).
1 - 20".en"
Subtitle data of the specified YouTube video downloaded successfully.
Streams subtitle data as a JSON file download (chunked transfer encoding). Content-Type: application/json, Content-Disposition: attachment; filename="{videoId}-{vssId}.json"
true