AI HumanizerAPI

Transform AI-generated text into natural, human-sounding writing. Choose readability level, purpose, and humanization strength to bypass AI detectors while preserving your original meaning.

education~1 credits/callv1.0.0

Endpoint

endpoint
POST https://backend.aaddyy.com/api/ai/humanizer

Authentication

header
Authorization: Bearer YOUR_API_KEY

Parameters

Required

textstringrequired

Optional

readabilitystring
purposestring
strengthstring
tonestring

Example Request

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

Request Body

json
{
  "text": "example_text",
  "tone": "professional"
}

Example Response

json
{
  "success": true,
  "message": "AI Humanizer completed successfully",
  "timestamp": "2026-05-20T20:13:28.356Z",
  "requestId": "req_nghdrj4hw",
  "data": {
    "cost": 0.01,
    "remainingCredits": 9.95
  }
}

SDK

javascript
import { AADDYY } from 'aaddyy'

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

Install: npm install aaddyy

Pricing

~1 credits (~$0.01) per request

Rate Limits

10 requests per 1m

Burst: 3