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

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

Authentication

Authorization: Bearer YOUR_API_KEY

Parameters

Required

textstringrequired

Optional

readabilitystring
purposestring
strengthstring
tonestring

Example Request

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

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

Example Response

{
  "success": true,
  "message": "AI Humanizer completed successfully",
  "timestamp": "2026-04-05T07:40:58.193Z",
  "requestId": "req_6tkktckwv",
  "data": {
    "cost": 0.01,
    "remainingCredits": 9.95
  }
}

SDK

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