Reports by Modality
Text
Analyze text to determine if it was generated by AI.
This endpoint analyzes text content and returns confidence scores for AI detection.
Text Processing Limits:
- Minimum Text Length: 250 characters
- Maximum Text Length: 500,000 characters (500KB)
- Minimum Words: Approximately 64 words
POST
Python
Authorizations
Query Parameters
An optional external identifier for tracking this text analysis
Body
application/x-www-form-urlencoded
Response
200
application/json
Successful Response
The response is of type object
.
Python