{ "text": "Example text to humanize", "aggressiveness": 0 }
curl --location --request POST 'https://api.semihuman.ai/humanize' \ --header 'x-humanizer-api-key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "text": "Example text to humanize", "aggressiveness": 0 }'
{ "shareToken": "exampleToken123", "humanizedContent": "This is the processed humanized content.", "status": "success" }