すべての API

Humanizer API

エンドポイント

1件を表示

Text Humanization

意味と意図を保ちながら、文章を自然な表現に書き換えます。

POST/v1/text/humanize

パラメーター

textstring必須

自然な表現に書き換える元の文章。

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