Video Transcription Status
Retrieve the transcription status of a video during the transcription process.
GET
/api/v2/videos/{videoId}/transcriptions/{transcriptionId}/status
Path Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| videoId | string | ID of video to return transcription status for | Yes |
| transcriptionId | string | Transcription ID of video to return status for | Yes |
Response Body
application/json
{
"videoId": "string",
"title": "string",
"transcriptionId": "string",
"status": "string",
"language": "string"
}
| Parameter | Type | Description |
|---|---|---|
| videoId | string | Video ID for transcription status. |
| title | string | video title |
| transcriptionId | string | |
| status | string | NotStarted, Preparing, InProgress, Success, Failed |
| language | string | Two digit country code. English, English UK, French, German, Portuguese (Brazil), Spanish, Chinese (Mandarin-Simplified) for Vbrick Transcription. English only for VoiceBase. |
Unauthorized error
Internal server error