Transcribe Video API
Endpoints

List transcriptions

GET
/transcriptions
AuthorizationBearer <token>

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

In: header

Query Parameters

page?integer
perPage?integer

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/transcriptions"
{  "items": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "fileName": "string",      "status": "pending",      "durationSeconds": 0,      "language": "string",      "mediaType": "string",      "createdAt": "2019-08-24T14:15:22Z"    }  ],  "total": 0}
{  "error": {    "code": "unauthorized",    "message": "string"  }}
{  "error": {    "code": "unauthorized",    "message": "string"  }}