Cut.ProDocs
Transcriptions

Get transcription status

Returns the current state of a transcription job. Poll every 5–10 seconds while status is processing.

Once status is ready, fetch the text with GET /transcriptions/{transcription_id}/transcript (JSON cues) or GET /transcriptions/{transcription_id}/download (SRT, VTT or plain text).

X-Api-Key<token>

In: header

Path Parameters

transcriptionId*string

Response Body

application/json

application/json

GET
/transcriptions/{transcriptionId}
curl -X GET "https://example.com/transcriptions/string"
{  "transcription_id": "string",  "media_id": "string",  "title": "string",  "duration_seconds": 0,  "status": "processing",  "language": "string",  "speaker_labels": true,  "speaker_count": 0,  "credits_charged": 0,  "media_type": "image",  "created_at": "string",  "completed_at": "string"}