Docs menuOverview
Documentación técnica
Documentación de API de TurnitPass
Empieza con claves de API y llama a los endpoints del Humanizer, paráfrasis, AI Detector, Citation Generator y Bibliography para integrar TurnitPass en tu propio producto de escritura.
One request
Quick example
Send text to the humanizer endpoint with a Bearer API key. The response returns the transformed output, words used, and the remaining word balance for the key owner.
curl -X POST https://turnitpass.com/api/v1/humanize \
-H "Authorization: Bearer tp_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"text":"Paste your draft here","language":"en","mode":"revise"}'{
"output": "Your humanized text...",
"words_used": 6,
"words_remaining": 249994
}Route map
Explore the docs
Inicio rápido
Crea una clave de API en tu espacio de trabajo y luego llama a los endpoints de revisión, detección y citas con esa clave.
Autenticación
Las solicitudes de desarrollo utilizan claves de API generadas desde el espacio de trabajo de TurnitPass.
Referencia de API
Referencia de los endpoints autenticados del Humanizer, paráfrasis, AI Detector, Citation Generator, Bibliography y estado de la clave de API.
Historial
Cambios recientes en la revisión de textos, comprobación de señales, herramientas de escritura, facturación y API.
Production flow
Request lifecycle
Every TurnitPass API call follows the same product path: authenticate the key, validate the payload, run the writing or citation workflow, meter usage, and return a response shape that can be stored by your product.
Authenticate the API key
Send an API key generated from the workspace. Revoked, malformed, or missing keys fail before text processing starts.
Validate text, language, and limits
Transform requests enforce word ranges, detector requests enforce longer scan limits, and citation requests validate style and source input.
Run the workflow
Humanize, paraphrase, rewrite, detect, citation, and bibliography routes reuse the same server-side behavior as the public tools.
Record usage and return output
Successful calls return output plus usage metadata such as words used, remaining balance, status details, or formatted citation exports.
API
Endpoints principales
Revisar
/api/v1/humanizeReduce patrones de escritura tipo IA conservando el significado.
Parafrasear
/api/v1/paraphraseReescribe y perfecciona texto en múltiples modos.
Comprobar
/api/v1/detectDevuelve puntuaciones estimadas, nivel de riesgo y patrones de escritura.
Citas
/api/v1/citationFormatea metadatos de fuentes DOI, URL o ingresados manualmente.