Skip to main content

Asynchronous - Speech To Text

Asynchronous Methods

Our Asynchronous Inference API allows you to create inference jobs using two methods: by uploading a file or by providing a pre-signed URL. After creating a job, you will receive a job_id to track its status and retrieve the result.

Upload files

Upload files directly to start an inference job. Once the file is processed, you'll receive a job_id to track the job.

Read more
Submit Pre-signed URLs

Provide pre-signed URLs from a file upload service like AWS S3. The API will fetch and process the file, returning a job_id to track the job.

Read more

Get Job Status by Job ID

Use the Job API to check the status of your inference jobs and retrieve the results once processing is complete.

Get Job Status API

List All Jobs

Retrieve a list of all inference jobs that have been submitted.

List All Jobs

Cancel Job

API allows you to cancel an inference job by submitting its job_id in the request body.

Cancel Job