TurnitPass
मूल्यAPIब्लॉग
साइन इनडैशबोर्डमुफ़्त शुरू करें

TurnitPass

Docs

Platform

GeneralAPI KeysUsageBillingNotifications

Docs

Overviewत्वरित शुरुआतप्रमाणीकरणएपीआई संदर्भबदलाव लॉग

Endpoints

POST/humanizePOST/paraphrasePOST/detectGET/status
Workspace

बिलिंग, शब्द शेष, API कुंजियाँ और सदस्यता स्थिति सीधे अपने कार्यस्थान से प्रबंधित करें।

Create a key
Docs menuGeneral
GeneralAPI KeysUsageBillingNotificationsOverviewत्वरित शुरुआतप्रमाणीकरणएपीआई संदर्भबदलाव लॉग
DeveloperKeys, usage, and billing

डेवलपर्स

अपने उत्पाद में AI लेखन सुधार जोड़ें

TurnitPass डेवलपर हब लेखन प्रवाह के लिए API दस्तावेज़, प्रमाणीकरण, कुंजी प्रबंधन, उपयोग सीमाएँ और एंडपॉइंट संदर्भ एक जगह रखता है।

Start from the workflow you need

Developer hub

Production path

Create a key, call the endpoint, track usage.

TurnitPass keeps the developer path close to the product workflow: account-owned keys, metered requests, word balance, and docs that map to live routes.

01

Create API key

Generate a named key from the workspace and copy it once.

02

Send Bearer request

Call humanizer, detector, paraphrase, citation, or bibliography routes.

03

Review usage

Requests roll up to word balance, endpoint logs, and future billing limits.

Start quickstart Create a key
v1
POST/humanizePOST/paraphrasePOST/detectPOST/citation
request
POST /humanize
curl -X POST /api/v1/humanize
  -H "Authorization: Bearer tp_live_your_api_key"
  -d '{"language":"en"}'

200 OK

response

142

words used

2,858

remaining

workspace

Keysscoped
MeteringSQLite
BillingStripe-ready
Limitsplan-aware

Private by default

Keys stay hashed and account-scoped.

Start

त्वरित शुरुआत

API कुंजी बनाएं, पहला लेखन-सुधार अनुरोध भेजें और पैराफ़्रेज़ एंडपॉइंट जाँचें।

खोलें
Secure

प्रमाणीकरण

कार्यस्थान से बनी Bearer API कुंजियों का उपयोग करें। उपयोगकर्ता लॉगिन बदले बिना कुंजियाँ निरस्त की जा सकती हैं।

खोलें
Reference

API संदर्भ

लेखन सुधार, पैराफ़्रेज़, पुनर्लेखन, AI जाँच, उद्धरण, संदर्भ सूची और कुंजी स्थिति के लिए एंडपॉइंट संदर्भ।

खोलें
Manage

कार्यस्थान

बिलिंग, शब्द शेष, API कुंजियाँ और सदस्यता स्थिति सीधे अपने कार्यस्थान से प्रबंधित करें।

खोलें

एपीआई इंटरफ़ेस

मुख्य एंडपॉइंट्स

Authenticated

Bearer API keys

Metered

word balance

Product-ready

billing hooks

प्राकृतिक बनाएं

POST/api/v1/humanize

मूल अर्थ सुरक्षित रखते हुए AI-जैसे लेखन संकेत घटाएँ।

पैराफ़्रेज़

POST/api/v1/paraphrase

विभिन्न मोड से पाठ को फिर से लिखें और सुधारें।

AI जाँच

POST/api/v1/detect

स्कोर, जोखिम स्तर और लेखन संकेत लौटाता है।

उद्धरण

POST/api/v1/citation

DOI, URL या मैन्युअल स्रोत विवरण को वांछित प्रारूप में व्यवस्थित करें।

Use cases

What developers are building

The API is designed around the same TurnitPass workflow writers use in the browser: humanize, detect, rewrite, paraphrase, cite, and track usage.

01POST /api/v1/humanize

Content platforms

Humanize AI-assisted drafts before publishing, then expose detector feedback and citation cleanup inside your editor.

02POST /api/v1/paraphrase

Writing tools

Add paraphrase, rewrite, and AI-writing review to existing document workflows without building the model layer yourself.

03POST /api/v1/detect

Review workspaces

Send submissions through detector endpoints, store review notes, and show reviewers the signals behind each estimate.

04POST /api/v1/citation

Research workflows

Format citation and bibliography output for source-heavy products, student tools, and academic writing assistants.

Production detail

Limits, billing, and reliability

These are the operational rules client apps should design around before enabling TurnitPass for real users.

Authentication

Bearer API key

Workspace API keys are shown once when created and can be revoked without changing Google login.

Transform limit

1,000 words/request

Humanize, paraphrase, and rewrite endpoints share the transform word limit and deduct successful requests from balance.

Detection limit

5,000 words/request

Detector requests support longer review inputs and return estimates, review notes, and signal details.

Rate limits

50 req/min/key

Transform, detector, and status endpoints default to 50 requests per minute per key; citation routes allow 100.

Billing path

Stripe-ready

Checkout, portal, webhooks, word balance, and plan limits are wired; live Stripe keys and price IDs stay configurable.

Failure handling

Charge on success

Transform words are consumed after a successful engine response, so failed validation or engine errors do not spend words.

Production notes

डिफ़ॉल्ट रूप से निजी. API उपयोग उपयोगकर्ता की अपनी कुंजी से जुड़ा रहता है। सीमित उपयोग रिकॉर्ड सुरक्षित रूप से रखा जाता है ताकि दर सीमा, पुनः प्रयास और टीम नियंत्रण सही ढंग से काम कर सकें।
सदस्यता और उपयोग सीमाएँ. चेकआउट, सदस्यता स्थिति, ग्राहक पोर्टल और योजना सीमाएँ उत्पाद प्रवाह में शामिल हैं।

Before launch

Ship checklist

1

Create test key

Generate a workspace API key and confirm the prefix appears only once.

2

Run core calls

Call humanize, detect, paraphrase, citation, bibliography, and status with the same Bearer token.

3

Handle errors

Map invalid_api_key, rate_limited, insufficient_words, and validation errors in your client.

4

Set billing

Add live Stripe secrets and price IDs when your plan table and checkout copy are final.

त्वरित शुरुआत

Run the first request and confirm the response contract.

एपीआई संदर्भ

Review request bodies, limits, and error formats before shipping.

Get started

अंग्रेज़ी, सरलीकृत चीनी और पारंपरिक चीनी AI मसौदों को प्राकृतिक, स्पष्ट और पाठक-केंद्रित बनाएं; AI-जैसे संकेतों की समीक्षा करें और पूरा लेखन प्रवाह एक जगह रखें।

मुफ़्त शुरू करेंAPI
TurnitPass

अंग्रेज़ी, सरलीकृत चीनी और पारंपरिक चीनी AI मसौदों को प्राकृतिक, स्पष्ट और पाठक-केंद्रित बनाएं; AI-जैसे संकेतों की समीक्षा करें और पूरा लेखन प्रवाह एक जगह रखें।

उत्पाद
  • AI लेखन सुधार
  • AI जाँच
  • निबंध जाँच
  • शिक्षक जाँच
  • API
  • डेवलपर्स
  • कार्यस्थान
संसाधन
  • मूल्य
  • ब्लॉग
  • तुलना
  • अपडेट
  • हमारे बारे में
  • संपर्क
कानूनी
  • गोपनीयता
  • सेवा शर्तें

© 2026 TurnitPass. All rights reserved.

All systems normal