## Error codes
Panjaya Dubbing Studio API uses standard HTTP status codes to indicate the success or failure of an API request.
In case of an error, the response body will include a detailed error message to help you identify and resolve the issue.
Here is a list of erroneous HTTP status codes and their general meanings:
- **401 Unauthorized**: The API key could not be validated
- **400 Bad Request**: The request could not be processed due to invalid input
- **403 Forbidden**: The request could not be completed due to account limitations
- **404 Not Found**: The requested resource was not found
- **429 Too Many Requests**: Too many requests
- **500 Internal Server Error**: An internal server error occurred

