Docs menuOverview
Entwickler-Dokumentation
TurnitPass API-Dokumentation
Beginnen Sie mit API-Schlüsseln und rufen Sie anschließend die Endpunkte für Humanizer, Paraphrase, AI Detector, Citation Generator und Bibliography auf, um TurnitPass in Ihr eigenes Schreibprodukt zu integrieren.
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
Schnellstart
Erstellen Sie einen API-Schlüssel im Arbeitsbereich und rufen Sie anschließend die Humanizer-, Prüf- und Zitat-Endpunkte mit diesem Schlüssel auf.
Authentifizierung
Entwickler-Anfragen erfordern API-Schlüssel, die über den TurnitPass-Arbeitsbereich generiert werden.
API-Referenz
Referenz für authentifizierte Endpunkte zum Überarbeiten, Paraphrasieren, Prüfen, Zitieren, Erstellen von Bibliografien und für den API-Schlüsselstatus.
Changelog
Aktuelle Änderungen an Textüberarbeitung, Prüfung, Schreibwerkzeugen, Abrechnung und 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-Struktur
Kern-Endpunkte
Überarbeiten
/api/v1/humanizeÜberarbeitet KI-gestützten Text und reduziert KI-Schreibsignale bei erhaltener Bedeutung.
Paraphrasieren
/api/v1/paraphraseSchreibt Text in verschiedenen Ton- und Längenmodi um.
Prüfen
/api/v1/detectLiefert geschätzte KI-Schreibsignale und Überarbeitungshinweise.
Zitate
/api/v1/citationFormatiert eine DOI, URL oder manuell eingegebene Quelle als Zitat.