All APIs
Humanizer API
Endpoints
1 shownText Humanization
Rewrite existing text with a natural voice and controlled intent.
POST
/v1/text/humanizeParameters
textstringRequiredText to rewrite.
curl \
-X POST \
"https://api.agentbody.io/v1/text/humanize" \
-H "Authorization: Bearer $AGENTBODY_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text":"A short sentence.","language":"en"}'