Check if the text is AI or human using our endpoint
Usage Costs
This endpoint is billed as 8% of the total word count, meaning if you detect 100 words, only 8 words will be subtracted from your balance. A minimum of 5 words is deducted per non-cached request.
Cache
Our systems cache the responses if the text is the same for multiple requests to prevent load. This API call will be free and returned much faster in this case.
Chunks
The API will return an array of chunks only if they are AI Detected. This is generally used if users would like to highlight AI-generated content for their users.
Labels (Strict Mode)
Our AI detector returns labels for certain percentages; however, feel free to tweak these as you like on your backend.
AI: >50% of the text detected
Might be AI: 11-50% of the text detected
Human: <10% of the text is AI.
Error Handling
In some cases, the AI detection response can return an error in the event of high load. Our systems will automatically scale up, so the requests should work within a few minutes. You should have error handling in place to catch 400 status code errors.