Access Our Humanization API
Integrate artificial intelligence into your own apps or workflows using our powerful and simple API.
⚡ Fast and Simple
Send text and receive humanized content instantly through a single HTTP call.
🔐 Secure with Token
Authentication via personal tokens. Each usage deducts credits automatically.
📊 Full Control
Check your history, usage, and word balance from your dashboard or via the API.
📥 How to Use the API?
Send a `POST` request to the following endpoint:
POST https://api.humanizador.ai/v1/humanize
Include your token in the
Authorization:
// Headers
Authorization: Bearer YOUR_TOKEN
Content-Type: application/json
// Body
{
"texto": "This is the text I want to humanize.",
"estilo": "General writing",
"idioma": "en"
}
The response will return the humanized text along with the number of words used.