Skip to main content

Single file transcription only - Upload via File Path

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

Audio files must be provided using the audio_path parameter:

- audio_path: <audio_file_url>

Specifies the URL of an audio file available online.

  • The audio file must be publicly accessible or require proper authentication if necessary.
  • The API will fetch the file from the given URL for transcription.
Request Body
    api_plan string required

    Possible values: [standard, premium, asr]

    return_json boolean

    Possible values: [true, false]

    audio_path uri required

    Provide a URL to an audio file.

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...