v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
dubbing
dubbing
dubbing

Retrieve A Transcript

Fetch the transcript for one of the languages in a dub.

get/v1/dubbing/{dubbing_id}/transcripts/{language_code}/format/{format_type}

Path parameters

dubbing_idstring required

ID of the dubbing project.

ID of the dubbing project.

language_codestring required

ISO-693 language code to retrieve the transcript for. Use 'source' to fetch the transcript of the original media.

Example:source

ISO-693 language code to retrieve the transcript for. Use 'source' to fetch the transcript of the original media.

format_type'srt' | 'webvtt' | 'json' required

Format to return transcript in. For subtitles use either 'srt' or 'webvtt', and for a full transcript use 'json'. The 'json' format is not yet supported for Dubbing Studio.

Example:srt

Format to return transcript in. For subtitles use either 'srt' or 'webvtt', and for a full transcript use 'json'. The 'json' format is not yet supported for Dubbing Studio.

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

transcript_format'srt' | 'webvtt' | 'json' required
srtstring nullable
webvttstring nullable