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.
The valid CreatorDB API key for authentication.
The unique YouTube video ID (length: 11 characters).
11^[a-zA-Z0-9_-]{11}$The subtitle language record code (example: a.en, .en, .zh-Hant).
1 - 20Subtitle 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