Skip to main content

Single file transcription only - Upload via Data Stream

Endpoint for single file request for API.This endpoint supports MP3, WAV, and FLAC formats.

Audio files must be provided using the audio_data parameter:

- audio_data: <base64_encoded_audio_string> (the audio file must be encoded in Base64 format before being sent)

This method is useful for direct API requests where sending raw binary files is not possible. Ensure that the encoded string correctly represents the entire audio file to avoid errors.

Request Body
    api_plan string required

    Possible values: [standard, premium, asr]

    return_json boolean

    Possible values: [true, false]

    audio_data string required

    Base64 encoded audio data

Responses

Records match query criteria.


Schema
    utterances object[]
  • Array [
  • index integer
    interval number[]
    speaker_id integer
    words object[]
  • Array [
  • word string
    start_time integernumber
    end_time number
    confidence number
    am_confidence number
    lm_confidence number
    start_index integer
    end_index integer
  • ]
  • confidence number
    transcript string
  • ]
Loading...