Ref: Error Codes
HTTP Status Codes
| Status | Description |
|---|---|
401 | The Bearer token is missing or invalid, or its owner does not currently have Enterprise access. A shared API access token does not grant Enterprise entitlement by itself. |
429 | The Enterprise Processing API rate limit was exceeded. Wait for the number of seconds in the Retry-After header before retrying. |
Processing Error Codes
| Code | Description |
|---|---|
| AUDIO_UNAVAILABLE | Unable to retrieve the audio file for transcription |
| AUDIO_EMPTY | The audio content is empty |
| UNSUPPORTED_TYPE | Unsupported audio file type |
| INTERNAL_ERROR | Internal error |
| UNSUPPORT_LANGUAGE | Unsupported translation language |
Last updated on