logo
logo

AI Assistant

How can I help you today?

EndpointsCreate Transform
Endpoints

POST /transform

Transform content

curl -X POST "https://api.humanizeai.com/transform" \
  -H "Content-Type: application/json" \
  -d '{
  "text": "This is AI-generated text.",
  "tone": "formal"
}'
{
  "transformedText": "This is human-like text."
}
POST
/transform
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Body

application/json

Responses

transformedTextstring