Skip to main content
POST
Humanize AI-generated text so it reads naturally human-written.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Text to humanize

Request body for humanizing text

companyId
string
required

Company ID

text
string
required

The text to humanize, verbatim. Markdown is preserved. Up to 60000 characters.

instructions
string

Optional style or special editing instructions passed verbatim to the editor (e.g. "keep it casual"). They take precedence over the default humanization rules.

Response

Humanized text with a summary of what changed

Humanized text and a summary of what changed

humanizedText
string

The rewritten text (or the original, unchanged, if the rewrite failed)

rewritten
boolean

True if the text was rewritten; false if the rewrite failed and the original was returned

initialIssues
integer

Number of AI-tell issues the automated checks found before rewriting

remainingIssues
integer

Number of issues left after rewriting

invisibleRemoved
integer

Count of invisible/homoglyph characters stripped from the input