TurnitPass
الأسعارAPIالمدونة
تسجيل الدخوللوحة التحكمابدأ مجانًا

TurnitPass

Docs

Platform

GeneralAPI KeysUsageBillingNotifications

Docs

Overviewالبدء السريعالمصادقةمرجع APIسجل التغييرات

Endpoints

POST/humanizePOST/paraphrasePOST/detectGET/status
Workspace

إدارة الفواتير، ورصيد الكلمات، ومفاتيح API، وحالة الاشتراك مباشرة من مساحة العمل الخاصة بك.

Create a key
Docs menuOverview
GeneralAPI KeysUsageBillingNotificationsOverviewالبدء السريعالمصادقةمرجع APIسجل التغييرات
DocumentationQuickstart to reference

وثائق المطورين

وثائق TurnitPass API

ابدأ بمفاتيح API، واستدعِ مراجع نقاط النهاية للأنسنة، وإعادة الصياغة، والكشف، والاستشهاد، والمراجع، واعمل على دمج 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
POST /api/v1/humanize
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"}'
response
200 OK
{
  "output": "Your humanized text...",
  "words_used": 6,
  "words_remaining": 249994
}
TurnitPass also exposes paraphrase, rewrite, detector, citation, bibliography, and status endpoints from the same API-key flow.

Route map

Explore the docs

01

البدء السريع

قم بإنشاء مفتاح API من مساحة العمل، ثم استدعِ وظائف الكتابة، والفحص، والاستشهاد باستخدام المفتاح نفسه.

02

المصادقة

تستخدم طلبات التطوير مفاتيح API التي يتم إنشاؤها من لوحة تحكم TurnitPass.

03

مرجع API

مرجع نقاط النهاية المصادق عليها للأنسنة، وإعادة الصياغة، والكشف، والاستشهاد، والمراجع، وحالة مفاتيح API.

04

سجل التغييرات

التغييرات الأخيرة في المنصة عبر أدوات إضفاء الطابع الإنساني، والكاشف، وأدوات الكتابة، والفوترة، وواجهات API.

أرسل أول طلب تحسين كتابة

Create a key and make the first request.

TurnitPass REST API

Review endpoints, parameters, limits, and response shapes.

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.

1

Authenticate the API key

Send an API key generated from the workspace. Revoked, malformed, or missing keys fail before text processing starts.

2

Validate text, language, and limits

Transform requests enforce word ranges, detector requests enforce longer scan limits, and citation requests validate style and source input.

3

Run the workflow

Humanize, paraphrase, rewrite, detect, citation, and bibliography routes reuse the same server-side behavior as the public tools.

4

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

نقاط النهاية الرئيسية

أنسنة النصوص

POST/api/v1/humanize

تقليل إشارات الكتابة الشبيهة بالذكاء الاصطناعي مع الحفاظ التام على المعنى.

إعادة الصياغة

POST/api/v1/paraphrase

إعادة كتابة النصوص وتحسينها باستخدام أوضاع متعددة.

الكشف

POST/api/v1/detect

إرجاع نتيجة الكشف ومستوى المخاطر وإشارات أنماط الكتابة.

الاستشهادات

POST/api/v1/citation

تنسيق المعرف الرقمي DOI أو عناوين URL أو البيانات الوصفية للمصادر اليدوية.

Production checklist

Server-side calls
Never expose API keys in client bundlesCall TurnitPass from your backend, worker, queue, or protected server action.
Retry behavior
Retry network failures, not validation failuresHandle 4xx responses as user or payload issues and reserve retries for transient 5xx/network errors.
Word budgets
Show remaining balance before heavy flowsUse the status endpoint to decide whether to queue a job, ask for upgrade, or split a document.
Billing setup
Stripe secrets are final configurationThe checkout, portal, and webhook surfaces are wired; live keys and price IDs are intentionally left for deployment.
For product integrations, keep one TurnitPass key per environment. Production, staging, and local development should be revocable independently.

Get started

حوّل مسودات الذكاء الاصطناعي بالإنجليزية والصينية المبسطة والتقليدية إلى نص أكثر طبيعية، وراجع إشارات الذكاء الاصطناعي من مساحة واحدة.

ابدأ مجانًاواجهة API
TurnitPass

حوّل مسودات الذكاء الاصطناعي بالإنجليزية والصينية المبسطة والتقليدية إلى نص أكثر طبيعية، وراجع إشارات الذكاء الاصطناعي من مساحة واحدة.

المنتجات
  • أنسنة النصوص
  • كاشف الذكاء الاصطناعي
  • فحص المقالات
  • كاشف للمعلمين
  • واجهة API
  • المطورون
  • مساحة العمل
الموارد
  • الأسعار
  • المدونة
  • المقارنة
  • التحديثات
  • حول
  • اتصل بنا
قانوني
  • الخصوصية
  • الشروط

© 2026 TurnitPass. All rights reserved.

All systems normal