serverAI 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

Parameter
Type
Description

text

string

The text to be detected.

Example Request

curl -X POST "https://fapihub.com/v2/humanizer/detector/" \  
    -H "token: API_TOKEN" \  
    -F "text=Einstein was not just a brilliant scientist, but also a humanitarian who spoke out against nuclear weapons and advocated for global peace. He died on April 18, 1955, in Princeton, New Jersey, leaving an indelible mark on scientific and human history."

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

Parameter
Type
Description

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

Parameter
Type
Description

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