1. end-points
  • Semihuman API Documentation
  • end-points
    • Humanize text
      POST
    • Check AI content
      POST
    • AI Video Detection
      POST
  1. end-points

Humanize text

POST
https://api.semihuman.ai/humanize
Humanize text

Request

Header Params

Body Params application/json

Example
{
    "text": "Example text to humanize",
    "aggressiveness": 0
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.semihuman.ai/humanize' \
--header 'x-humanizer-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "text": "Example text to humanize",
    "aggressiveness": 0
}'

Responses

🟢200OK
application/json
Humanized text processing successful.
Body

Example
{
    "shareToken": "exampleToken123",
    "humanizedContent": "This is the processed humanized content.",
    "status": "success"
}
🟠400Bad Request
🔴500Server Error
Previous
Semihuman API Documentation
Next
Check AI content
Built with