Skip to main content

Asynchronous - Speech to Text API

Get job status by ID

POSThttps://longrun-api.visai.ai/v1/job/{job-id}
Header
    X-API-Key string required

    Your API key

Parameter
    job_id string required

    Your job ID

Responses


object
id string

ID of the inference job

status string

COMPLETED | FAILED | QUEUE | PROCESS

Status of request

error string

null | Timeout | Bad Inference

Reason of error

webhook_url string

The webhook URL provided by the user in the request.

results Array [
List of file results
object
duration string

Duration of the file

filename string

Name of the file

status string

success | failed

Inference status of the file

results Array [
List of file result
object
start_time string

Start time in HH:mm:ss.sss format

end_time string

Start time in HH:mm:ss.sss format

speaker string

Speaker in SPEAKER_{number} format

transcript string

The transcribed text

]
]
Loading...