v7

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-30132748.5 KB
Audio Transcriptions

Get a single audio transcription by ID

Gets a single audio transcription based on the ID supplied

get/v1/audio/transcriptions/{transcriptionId}

Path parameters

transcriptionIdstring required

ID of the transcription to retrieve

Response

Audio transcription response

statusstring

Status of the response

datestring date-time

Timestamp of the response

Example response

{
  "status": "ok",
  "data": {
    "id": "tr_EXAMPLE123456789",
    "timestamp": {
      "start": 1731014849730,
      "complete": 1731014853958
    }
  },
  "date": "2024-11-07T21:27:39Z"
}