Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Transcribe a Video

Select a transcription integration and generate a transcription file for a specified video.

POST
/api/v2/videos/{videoId}/transcription

Path Parameters

Name Type Description Required
videoId string videoId to transcribe Yes

Request Body

application/json

{
"language": "en",
"serviceType": "Rev|VoiceBase|null"
}

Parameter Type Validations
language string, optional

Primary languages for Vbrick Transcription include English, English UK, French, German, Portuguese (Brazil), Spanish, Chinese (Mandarin-Simplified).

VoiceBase is English only. You must have a Rev IQ license for Vbrick Transcription.

Use 2 digit language code. Ex: ‘en’ for English.

serviceType string, optional ‘Vbrick’, ‘VoiceBase’, null; If both are enabled, then Vbrick is used.

Response Messages

Successful response

Unauthorized error

Internal server error

Returned if a transcription integration is not activated.