POST
/
v1
/
text
/
tool
/
humanize
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
headerrequired

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

Body

application/json
content
string
required

The text to humanize.

stream
boolean

Whether to stream the response. Default is false.

Response

200 - application/json
content
string