v7

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

Create a new audio transcription

Creates a new audio transcription

post/v1/audio/transcriptions

Response

Audio transcription response

statusstring

Example response

{
  "status": "ok",
  "data": {
    "transcriptionId": "tr_EXAMPLE123456789",
    "message": "Your transcription request has been received and is currently processing.",
    "status": "pending"
  }
}