Retrieve A Transcript

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

Path parameters

dubbing_idstringRequired
ID of the dubbing project.
language_codestringRequired

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

format_typeenumRequired
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.
Allowed values:

Headers

xi-api-keystringRequired

Response

Successful Response
transcript_formatenum
Allowed values:
srtstring or null
webvttstring or null
jsonobject or null

Errors