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
application/json
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
- 200
application/json
Schema
Example (from schema)
object
job_id string
ID of the inference job
{
"job_id": "<job-id>"
}
Loading...