ShortyShorty
API Reference

Get a transcription

GET
/v1/transcriptions/{transcriptionId}

Returns one transcription the authenticated account owns, including the transcript text. A non-existent or foreign id returns 404.

Authorization

BearerApiKey
AuthorizationBearer <token>

A Shorty API key, sent as Authorization: Bearer <key>. An OAuth 2.1 access token issued to a connected app is also accepted on the same header.

In: header

Path Parameters

transcriptionId*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/transcriptions/string"
{  "id": "string",  "status": "string",  "progress": 0,  "model_type": "string",  "language": "string",  "input_file": "string",  "error": "string",  "created_at": "string",  "output_text": "string"}