After you’ve submitted a file for transcription, your transcript has one of the following statuses:Documentation Index
Fetch the complete documentation index at: https://assemblyai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Status | Description |
|---|---|
processing | The audio file is being processed. |
queued | The audio file is waiting to be processed. This status is only returned when a job is actually queued, such as when you’ve exceeded your concurrency limit. Otherwise, transcripts go directly to processing. |
completed | The transcription has completed successfully. |
error | An error occurred while processing the audio file. |
Handling errors
If the transcription fails, the status of the transcript iserror, and the transcript includes an error property explaining what went wrong.
A transcription may fail for various reasons:
- Unsupported file format
- Missing audio in file
- Unreachable audio URL
Why am I receiving a "400 Bad Request" error when making an API request?
Why am I receiving a "400 Bad Request" error when making an API request?
A “400 Bad Request” error typically indicates that there’s a problem with the formatting or content of the API request. Double-check the syntax of your request and ensure that all required parameters are included as described in the API reference. If the issue persists, contact our support team for assistance.