AI DetectorAPI

Detect AI-generated content using dual-signal analysis: Raidar rewrite-distance method + classifier. Returns 4-tier classification with per-sentence analysis and detected signals.

content creation~5 credits/callv1.0.0

Endpoint

endpoint
POST https://backend.aaddyy.com/api/ai/ai-detector

Authentication

header
Authorization: Bearer YOUR_API_KEY

Parameters

Required

textstringrequired

Optional

esl_modeboolean

Example Request

cURL
curl -X POST https://backend.aaddyy.com/api/ai/ai-detector \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "example_text"
  }'

Request Body

json
{
  "text": "example_text"
}

Example Response

json
{
  "success": true,
  "message": "AI Detector completed successfully",
  "timestamp": "2026-07-04T10:53:08.423Z",
  "requestId": "req_hae4jmmwc",
  "data": {
    "cost": 0.05,
    "remainingCredits": 9.95
  }
}

SDK

javascript
import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/ai-detector', {
  "text": "example_text"
})

Install: npm install aaddyy

Pricing

~5 credits (~$0.05) per request

Rate Limits

15 requests per 1m

Burst: 3