Docs menuOverview
डेवलपर दस्तावेज़
TurnitPass एपीआई दस्तावेज़
API कुंजियों से शुरुआत करें, लेखन सुधार, पैराफ़्रेज़, AI जाँच, उद्धरण और संदर्भ सूची एंडपॉइंट कॉल करें, और TurnitPass को अपने लेखन ऐप से जोड़ें।
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
त्वरित शुरुआत
कार्यस्थान से API कुंजी बनाएं, फिर उसी कुंजी से लेखन, जाँच और उद्धरण फ़ंक्शन कॉल करें।
प्रमाणीकरण
डेवलपर अनुरोध TurnitPass कार्यस्थान से बनी API कुंजियों का उपयोग करते हैं।
एपीआई संदर्भ
प्रमाणित लेखन सुधार, पैराफ़्रेज़, AI जाँच, उद्धरण, संदर्भ सूची और API कुंजी स्थिति एंडपॉइंट का संदर्भ दस्तावेज़।
बदलाव लॉग
प्लेटफ़ॉर्म पर लेखन सुधार, AI जाँच, लेखन उपकरण, बिलिंग और 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/v1/humanizeमूल अर्थ सुरक्षित रखते हुए AI-जैसे लेखन संकेत घटाएँ।
पैराफ़्रेज़
/api/v1/paraphraseविभिन्न मोड से पाठ को फिर से लिखें और सुधारें।
AI जाँच
/api/v1/detectस्कोर, जोखिम स्तर और लेखन संकेत लौटाता है।
उद्धरण
/api/v1/citationDOI, URL या मैन्युअल स्रोत विवरण को वांछित प्रारूप में व्यवस्थित करें।