Skip to main content

Transcribe an audio or video file.

POST 

/api/v2/Audio/transcribe

Transcribes an audio or video file into text. Supported file formats: mp3, mp4, mpeg, mpga, m4a, wav, webm. Maximum file size: 25 MB.

Request

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

    ModelId uuidrequired

    The AI Model Id to use for transcription.

    File binaryrequired

    The audio or video file to transcribe.

    Prompt string

    Optional prompt to guide the transcription. Useful for providing context or specifying terminology.

Responses

Returns the transcription result.

Schema

    transcript stringnullable

    metadata

    object

    language stringnullable

    duration

    object

    ticks int64
    days int32
    hours int32
    milliseconds int32
    microseconds int32
    nanoseconds int32
    minutes int32
    seconds int32
    totalDays double
    totalHours double
    totalMilliseconds double
    totalMicroseconds double
    totalNanoseconds double
    totalMinutes double
    totalSeconds double
Loading...