Skip to main content
GET
Get Recording Output

Authorizations

X-API-Key
string
header
required

Path Parameters

recordingId
string
required

Recording ID

Query Parameters

task
enum<string>
required

Task to retrieve output for (case-insensitive).

Available options:
transcription,
translation,
dubbing
format
enum<string>

Output format. Defaults to srt. For dubbing you may request mp3 to get downloadable audio URLs.

Available options:
srt,
vtt,
mp3
language
string

Language code (when requesting a specific translation or dubbing).

Response

Recording output retrieved successfully

Map of language code to content. For srt/vtt, the value is subtitle content; for mp3, the value is a downloadable audio URL.

{key}
string