Free Dev
- Stealth model
- All v1 endpoints
- Community support
The Humanize API. Multi-detector targeting, frozen keywords, style mirroring — all in one HTTP call. Same engine that powers humanizeai.chat.
curl https://api.humanizeai.chat/v1/humanize \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"text": "Your AI-generated draft here.",
"tone": "academic",
"target_detector": "all",
"frozen_keywords": ["mitochondria", "ATP synthesis"],
"return_detection": true
}'Pay-as-you-grow with no surprise charges. Soft caps available.
Things you actually need when shipping AI features — not just a /chat wrapper.
Pass target_detector: gptzero | turnitin | originality | copyleaks. Outputs are tuned to defeat the specific detector you care about.
Pin terms that must survive the rewrite verbatim. Critical for SEO + technical writing where exact phrasing matters.
Pass a style sample or saved style_id. Output mirrors voice, sentence length, vocabulary level.
Every response ships with a detection score and component breakdown (burstiness, vocabulary, perplexity) so you can decide whether to iterate.
X-RateLimit-Limit / Remaining / Reset on every response. X-Usage-Period-Used / Limit / Reset for billing-period caps.
humanize.completed, usage.limit-warning, usage.limit-reached. Signed with your secret. Retried on 5xx.
Start free. Upgrade when you need more calls. Read the docs to see every endpoint.
Get an API key