Skip to main content

Asynchronous - Speech to Text API

Create inference by presigned url

POSThttps://longrun-api.visai.ai/v1/job/stt/predict/presigned
Header
    X-API-Key string required

    Your API key

Raw JSON body

Request Body required
    object
    pre_signed_url Array [
    object
    file_name string

    File name

    url string

    Pre-signed URL

    optional
      webhook_url string

      Webhook endpoint for calling once job status is completed.

      boosting_words string[]

      An array of specific words to enhance recognition accuracy. Maximum 10 words can be provided. e.g., ["สวัสดี", "วันจันทร์"].

Responses


object
job_id string

ID of the inference job

Loading...