When interacting with the API, you may encounter errors. Below are common error codes and their meanings:
| Error Code | Description |
|---|---|
| 400 | Bad Request - Your request is invalid. |
| 401 | Unauthorized - Your API key is missing or invalid. |
| 404 | Not Found - The specified resource could not be found. |
| 500 | Internal Server Error - An error occurred on the server. |
Errors are returned in the following format:
{ "code": 400, "message": "Invalid input" }When interacting with the API, you may encounter errors. Below are common error codes and their meanings:
| Error Code | Description |
|---|---|
| 400 | Bad Request - Your request is invalid. |
| 401 | Unauthorized - Your API key is missing or invalid. |
| 404 | Not Found - The specified resource could not be found. |
| 500 | Internal Server Error - An error occurred on the server. |
Errors are returned in the following format:
{ "code": 400, "message": "Invalid input" }