Skip to main content

Asynchronous - Speech to Text API

Get list of all inference jobs

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

    Your API key

Responses


object
jobs Array [
List of inference jobs
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.

created_at string

The timestamp indicating when the job was created, in ISO 8601 format with timezone information (e.g. 2024-12-18 08:03:26.405352 +0000 +0000).

]
Loading...