Skip to main content
POST
/
text
/
humanize
Humanize
curl --request POST \
  --url https://backend.overtenai.com/api/v1/text/humanize \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
text
string
required
Required string length: 1 - 20000

Response

Successful Response