TurnitPass
GiáAPIBlog
Đăng nhậpKhu vực làm việcBắt đầu miễn phí

TurnitPass

Docs

Platform

GeneralAPI KeysUsageBillingNotifications

Docs

OverviewBắt đầu nhanhXác thựcTham chiếu APINhật ký thay đổi

Endpoints

POST/humanizePOST/paraphrasePOST/detectGET/status
Workspace

Quản lý thanh toán, số từ còn lại, khóa API và trạng thái gói ngay trong khu vực làm việc.

Create a key
Docs menuBắt đầu nhanh
GeneralAPI KeysUsageBillingNotificationsOverviewBắt đầu nhanhXác thựcTham chiếu APINhật ký thay đổi
QuickstartFirst call in minutes

Bắt đầu nhanh

Gửi yêu cầu chỉnh sửa đầu tiên của bạn

Tạo khóa API từ khu vực làm việc, sau đó gọi các chức năng viết, kiểm tra AI và trích dẫn bằng cùng một khóa.

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":"Dán bản nháp có AI hỗ trợ mà bạn muốn chỉnh sửa","language":"en","mode":"reduce-aigc","personal_terms":["Tên riêng"]}'
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":"Viết lại đoạn văn này bằng giọng văn học thuật tự nhiên hơn.","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

Xác thực bằng khóa API

Các yêu cầu phát triển sử dụng khóa API được tạo từ khu vực làm việc TurnitPass.

02

TurnitPass REST API

Tham chiếu cho các chức năng đã xác thực dành cho chỉnh sửa, diễn giải, kiểm tra AI, trích dẫn, danh mục tài liệu tham khảo và trạng thái khóa API.

Xác thực

API key security, storage, and error handling.

Tham chiếu API

Parameters, rate limits, and endpoint examples.

Get started

Làm bản nháp AI tự nhiên hơn, kiểm tra dấu hiệu AI và giữ quy trình viết trong một khu vực làm việc rõ ràng.

Bắt đầu miễn phíAPI
TurnitPass

Làm bản nháp AI tự nhiên hơn, kiểm tra dấu hiệu AI và giữ quy trình viết trong một khu vực làm việc rõ ràng.

Sản phẩm
  • Nhân hóa văn bản AI
  • Công cụ phát hiện AI
  • Kiểm tra bài luận
  • Phát hiện AI cho giáo viên
  • API
  • Nhà phát triển
  • Khu vực làm việc
Tài nguyên
  • Giá
  • Blog
  • So sánh
  • Cập nhật sản phẩm
  • Giới thiệu
  • Liên hệ
Pháp lý
  • Quyền riêng tư
  • Điều khoản

© 2026 TurnitPass. All rights reserved.

All systems normal