Skip to main content
GET
/
v1
/
recordings
/
{recordingId}
Get Recording Output
curl --request GET \
  --url https://api.studio.us.phrase.com/v1/recordings/{recordingId} \
  --header 'X-API-Key: <api-key>'
{
"en": "1\n00:00:01,000 --> 00:00:04,000\nHello..."
}

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