Base URL
All AI detection endpoints use the following base URL:Authentication
All API requests must include your API key in thex-api-key header:
- cURL
- Python
- JavaScript
Error Codes
| Status Code | Description |
|---|---|
400 Bad Request | The request body is not properly formatted. |
401 Unauthorized | The x-api-key is missing, invalid, or does not have enough credits to process the request. |
500 Internal Server Error | There was an error processing the request. |