AI Humanizer API
Make your AI- or ChatGPT-generated textundetectable with our effective AI bypasser. Bypass AI Detectors, Such as GPTzero, TurnitinCopyleaks, Originality AI, and More.
AI Detector
Endpoint
Url: https://fapihub.com/v2/humanizer/detector/
- Humanizing the content
Authentication
token: A valid API token is required to authenticate the request.
Form Data
text
string
The text to be detected.
Example Request
Response
Status Code:
200 OK
Content Type:
application/json
Response Body:
AI Humanizer
Endpoint
Url: https://fapihub.com/v2/humanizer/
- Humanizing the content
Authentication
token: A valid API token is required to authenticate the request.
Form Data
text
string
The text to be humanized.
readilibty
string
The desired readability level of the text. This field could BASIC
, ENHANCED
or AGGRESSIVE
mode
string
The humanization mode to be applied. This field could be Standard
, University
, Journalist
, Doctorate
or Marketing
Example Request
Response
Status Code:
200 OK
Content Type:
application/json
Response Body:
Fields:
request_id: The id which will be needed to get the final result
Notes
The
text
parameter should be a block of text to be humanized.
Get Result
Endpoint
Url: https://fapihub.com/v2/humanizer/result/
- Humanizing the content
Authentication
token: A valid API token is required to authenticate the request.
Form Data
request_id
string
The request id which you can get from humanizer/ endpoint
Example Request
Response
Status Code:
200 OK
Content Type:
application/json
Response Body:
Fields:
message: The humanized version of the input text.
Last updated