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 directly to start an inference job. Once the file is processed, you'll receive a job_id to track the job.
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.
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 APIList All Jobs
Retrieve a list of all inference jobs that have been submitted.
List All JobsCancel Job
API allows you to cancel an inference job by submitting its job_id in the request body.
Cancel Job