API for AI text humanization.
API for AI text humanization.
curl -i -X POST \
https://docs.humanizeai.pro/_mock/openapi/ \
-H 'Content-Type: application/json' \
-H 'x-api-key: string' \
-d '{
"text": "This is an example of input text with more than 30 words."
}'
{ "id": "api_b0dac615-b6fe-4f75-ae61-c927a0aef8b28207d78246ae2dac74973ef6f721c9b8" }
curl -i -X GET \
'https://docs.humanizeai.pro/_mock/openapi/?id=api_b0dac615-b6fe-4f75-ae61-c927a0aef8b28207d78246ae2dac74973ef6f721c9b8' \
-H 'x-api-key: string'
{ "status": "success", "input": "This is the input text.", "output": "This is the humanized output text." }