Docs menuOverview
Documentação Técnica
Documentação da API do TurnitPass
Comece com chaves de API, chame rotas de revisão, paráfrase, deteção, citações e bibliografia, e integre o TurnitPass no seu software de escrita.
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
Início rápido
Crie uma chave de API no espaço de trabalho e chame as rotas de escrita, deteção e citação com a mesma chave.
Autenticação
Os pedidos de desenvolvimento utilizam chaves de API geradas a partir do espaço de trabalho TurnitPass.
Referência de API
Referência para rotas autenticadas de revisão, paráfrase, deteção, citação, bibliografia e estado de chaves de API.
Histórico
Alterações recentes na plataforma para o humanizador de IA, detetor, ferramentas de escrita, faturação e APIs.
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
Rotas principais
Rever
/api/v1/humanizeRevê texto assistido por IA mantendo o significado original.
Parafrasear
/api/v1/paraphraseReescreve e refina textos em múltiplos modos.
Detetar
/api/v1/detectDevolve estimativas de sinais de IA e notas de revisão.
Citações
/api/v1/citationFormata metadados de fontes DOI, URL ou inseridos manualmente.