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.

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

RThe 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

curl -X POST "https://fapihub.com/v2/humanizer/" \
  -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." \
  -F "readilibty=Standard" \
  -F "mode=ENHANCED"

Response

  • Status Code: 200 OK

  • Content Type: application/json

Response Body:

{
    "message": "The brightest scientist of our times, though a brilliant scientist in a sense, also came to be called a humanitarian for his vehement opposition against nuclear weapons and for global peace. He passed on the 18th of April, 1955, leaving an imprint on the very pages of scientific and human history, in Princeton, New Jersey.",
    "error": "No"
}

Fields:

  • message: The humanized version of the input text.

  • error: Indicates if there was an error during the process. "No" means no error occurred.

Notes

  • The text parameter should be a block of text to be humanized.

Last updated