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