For Developers
Integrate with the best
AI Detection API
Get industry-leading AI detection and humanization capabilities through our simple REST API.
Request POST /v1/api/process
curl -X POST 'https://app.aidetectplus.com/v1/api/process' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"text": "Your text to analyze here",
"task": "detect-ai",
"content_type": "personal-story"
}'
Response
{
"status": 200,
"response": {
"is_ai": false,
"confidence": 0,
"raw_score": 0,
"analysis": [{
"text": "Your text to analyze here",
"score": 0,
"rawScore": 0,
"_id": "SOME ID HERE"
}]
},
"content_task_id": "SOME ID HERE",
"credits_used": 5,
"credits_remaining": 94203
}
Request POST /v1/api/process
curl -X POST 'https://app.aidetectplus.com/v1/api/process' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"text": "Your text to analyze here",
"task": "humanize",
"content_type": "personal-story"
}'
Response
{
"status": 200,
"response": {
"humanized_text": "Your text to analyze here",
"content_type": "personal-story",
"language": "English"
},
"content_task_id": "SOME ID HERE",
"credits_used": 5,
"credits_remaining": 94198
}
Request POST /v1/api/process
curl -X POST 'https://app.aidetectplus.com/v1/api/process' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"text": "Your text to analyze here",
"task": "plagiarism",
"content_type": "personal-story"
}'
Response
{
"status": 200,
"response": {
"plagiarism_score": 0,
"classification": "NOT_PLAGIARIZED",
"sources": []
},
"content_task_id": "SOME ID HERE",
"credits_used": 5,
"credits_remaining": 94208
}
Fast & Reliable
Average response time under 500ms with 99.9% uptime SLA
Secure by Design
Enterprise-grade security with data encryption at rest and in transit
Simple Pricing
Pay only for what you use with our credit-based system