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

TurnitPass

Docs

Platform

GeneralAPI KeysUsageBillingNotifications

Docs

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

Endpoints

POST/humanizePOST/paraphrasePOST/detectGET/status
Workspace

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

Create a key
Docs menuत्वरित शुरुआत
GeneralAPI KeysUsageBillingNotificationsOverviewत्वरित शुरुआतप्रमाणीकरणएपीआई संदर्भबदलाव लॉग
QuickstartFirst call in minutes

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

अपना पहला लेखन-सुधार अनुरोध भेजें

कार्यस्थान से API कुंजी बनाएं, फिर उसी कुंजी से लेखन, जाँच और उद्धरण फ़ंक्शन कॉल करें।

Five-minute path

From empty workspace to first humanized draft.

Keep the same sequence as the public product: create access, confirm credits, issue a key, then call the writing endpoint from your server.

Integration path

What has to happen first

4 steps

Create workspace

01

Google sign-in opens a private API workspace.

Add words

02

Checkout and portal hooks are ready for final Stripe keys.

Generate key

03

Copy the key once and store it on your server.

Call /humanize

04

Send text in and receive metered output back.

Server request

Humanize endpoint

v1 ready
request
POST
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 the AI-assisted draft you want to revise",
    "language": "en",
    "mode": "reduce-aigc"
  }'
response
200 OK
{
  "output": "The revised text...",
  "words_used": 142,
  "words_remaining": 2858
}

Next call

Pair the result with detection or citation endpoints when your app needs review loops.

See examples

Under five minutes

Setup

1

Create an account

Sign in with Google, then open the workspace to manage billing, API keys, usage, and word balance.

2

Choose a plan or word budget

Stripe checkout and the customer portal are wired. Live product keys and prices are intentionally left for final configuration.

3

Create an API key

Generate a key from the workspace, copy it immediately, and send it with your API key.

4

Make your first request

Use the examples below to call the humanizer endpoint and inspect the response shape.

Your first API call

Replace tp_live_your_api_key with a key generated from the workspace. Requests should be sent from server-side code, not the browser.

Humanize request
curl
curl -X POST https://turnitpass.com/api/v1/humanize \
  -H "Authorization: Bearer tp_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"text":"जिस AI-सहायता प्राप्त मसौदे को सुधारना है उसे चिपकाएँ","language":"en","mode":"reduce-aigc","personal_terms":["विशेष नाम"]}'
Paraphrase request
curl
curl -X POST https://turnitpass.com/api/v1/paraphrase \
  -H "Authorization: Bearer tp_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"text":"इस पैराग्राफ को अधिक प्राकृतिक शैक्षणिक शैली में फिर से लिखें।","mode":"academic"}'

Response

response
200 OK
{
  "output": "The humanized version of your text...",
  "words_used": 8,
  "words_remaining": 249992
}
Failed transform requests return structured JSON errors. If a production worker fails after reserving words, the API path is designed to leave room for refund logic and usage reconciliation.

Beyond the first call

Workflow examples

Most integrations combine more than one TurnitPass surface. Use detector calls before or after rewriting, then use citation and bibliography endpoints when the app needs structured source output.

Detector request
POST /api/v1/detect
curl -X POST https://turnitpass.com/api/v1/detect \
  -H "Authorization: Bearer tp_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Paste at least 50 words of writing to scan.",
    "language": "en",
    "source_kind": "paste"
  }'
Citation request
POST /api/v1/citation
curl -X POST https://turnitpass.com/api/v1/citation \
  -H "Authorization: Bearer tp_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "input": "https://example.com/research-article",
    "style": "apa"
  }'
Citation and bibliography responses include formatted text plus export formats such as BibTeX and RIS where available.

Next steps

01

API कुंजी से प्रमाणित करें

डेवलपर अनुरोध TurnitPass कार्यस्थान से बनी API कुंजियों का उपयोग करते हैं।

02

TurnitPass REST एपीआई

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

प्रमाणीकरण

API key security, storage, and error handling.

एपीआई संदर्भ

Parameters, rate limits, and endpoint examples.

Get started

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

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

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

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

© 2026 TurnitPass. All rights reserved.

All systems normal