All APIs

Humanizer API

Endpoints

1 shown

Text Humanization

Rewrite existing text with a natural voice and controlled intent.

POST/v1/text/humanize

Parameters

textstringRequired

Text 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"}'