API Documentation
Great News! Humanize AI Text APIs are now available for all users including free users.
Editpad.org Humanize AI Text API is used to integrate AI text humanization system with your website. You can build a real-time humanizer tool, just like our tool works. So you can also humanize AI-generated articles fully or you can also check documents with API.
Each sentence checking consumes a query. If you are checking post content our system will also return how much number of queries used.
You can humanize AI text for your content with editpad.org API. It's Easy and Fast
Humanize AI Text API for full article or a post content:
This method is used when you want to humanize an AI-generated article or post. Maximum words limit of checking content is 5,000 words via API
curl --locationhttps://staging.editpad.org/api/user/humanize\ --requestPOST\ --header'Accept: application/json'\ --header'Content-Type: application/json'\ --header'Authorization: Bearer\ --dataAPI_KEY''{ "text": "The artificial intelligence system processed the input data efficiently, generating a comprehensive report.", "mode": "light","lang": "en" }'
{
"error": false,
"mode": "light",
"lang": "en",
"input_words": 15,
"output_words": 15,
"credits_used": 100, // credits used in this API call
"output": "The AI system handled the data well, and it put together a full report."
}
API Response Codes
Error Handling
{
"error": true,
"message": "Error message here",
"detail": "Please try again. If the issue persists, contact support",
}
The API uses standard HTTP status codes to indicate the success or failure of an API request. Here are some common status codes and error messages for your reference.
FAQs
FAQ Answer 1
FAQ Answer 2
FAQ Answer 3
FAQ Answer 4