{ "text": "Example text to humanize" }
curl --location --request POST 'https://api.semihuman.ai/check-ai' \ --header 'x-humanizer-api-key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "text": "Example text to humanize" }'
{ "message": "Detection complete", "classification": "AI", "confidence": 100, "resultMessage": "Your text is likely to be written entirely by AI" }