POST
/
v1
/
text
/
tool
/
humanize
curl --request POST \
  --url https://openapi.monica.im/v1/text/tool/humanize \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "content": "<string>",
  "stream": true
}'
{
  "content": "<string>"
}
Follow the quickstart guide to get your own API Key.

The Humanize API uses the Humanize-v1 model trained by the Steiner team, to transform input text into more natural and human-like language, reducing the likelihood of it being identified as AI-generated. Humanize-v1 delivers the best transformation quality currently available on the market.

This API charges based on the length of the input. See the pricing page for detail.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json
Success

The response is of type object.