POST
/api/humanizeHumanize Text
Rewrite AI-generated text with natural phrasing and better readability.
curl -X POST https://your-domain.com/api/humanize \
-H "Content-Type: application/json" \
-d '{"text":"Your text","mode":"default"}'