Skip to main content
Export Project Transcript

Export Project Transcript

Retrieve a transcript from an existing VoiceCheap project without using internal web-app endpoints. The endpoint supports the source transcript and every available target-language transcript. Successful requests return HTTP 200.

Request

string
required
Your VoiceCheap API key.
string
required
Project identifier returned by Create Project or Start Translation.
string
required
original or translated.
string
Required when source is translated. Use the target-language name stored on the project, such as french.
string
default:"json"
json, srt, or vtt.
boolean
default:"false"
Include visible speaker labels in SRT or VTT. JSON always includes speaker numbers.

Examples

cURL — Original JSON
cURL — Translated SRT
The JSON response uses the same normalized transcript structure documented in Transcribe Media. Stored project transcripts include segment timestamps, speakers, language, confidence data when available, and a workId for translated output.

Errors