Transcribe Video API
Endpoints

Delete a transcription

Deletes the transcription; cancels and refunds it if still in progress.

DELETE
/transcriptions/{id}
AuthorizationBearer <token>

An API key from Settings → API. Send as Authorization: Bearer vtt_….

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/transcriptions/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "success": true}
{  "error": {    "code": "unauthorized",    "message": "string"  }}
{  "error": {    "code": "unauthorized",    "message": "string"  }}
{  "error": {    "code": "unauthorized",    "message": "string"  }}