TurnitPass
价格API博客
登录工作台免费开始

TurnitPass

Docs

Platform

GeneralAPI KeysUsageBillingNotifications

Docs

Overview快速开始认证API 参考更新日志

Endpoints

POST/humanizePOST/paraphrasePOST/detectGET/status
Workspace

Manage billing, word balance, API keys, and subscription from one place.

Create a key
Docs menuOverview
GeneralAPI KeysUsageBillingNotificationsOverview快速开始认证API 参考更新日志
DocumentationQuickstart to reference

开发者文档

TurnitPass API 文档

从 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
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 密钥,然后用同一个 Bearer 令牌调用改写、AI 检测和引用接口。

02

认证

开发者请求使用 TurnitPass 工作台生成的 API 密钥。

03

API 参考

自然化改写、改写润色、AI 检测、文献引用、参考文献和 API 密钥状态端点参考。

04

更新日志

自然化改写、AI 检测、写作工具、账单和 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 Surface

Core endpoints

Revise

POST/api/v1/humanize

Revise AI-assisted text while preserving meaning.

Paraphrase

POST/api/v1/paraphrase

Rewrite and polish text in multiple modes.

Detect

POST/api/v1/detect

Return AI-writing signal estimates and revision notes.

Citations

POST/api/v1/citation

Format DOI, URL, or manual source metadata.

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

支持英文、简体与繁体中文,一站式提供自然化改写、AI 检测、智能润色与文献引用服务。

免费开始开发者 API
TurnitPass

支持英文、简体与繁体中文,一站式提供自然化改写、AI 检测、智能润色与文献引用服务。

产品
  • 自然化改写
  • AI 检测
  • 论文检测
  • 教师版检测
  • 开发者 API
  • 文档
  • 工作台
资源
  • 套餐与价格
  • 学术博客
  • 工具对比
  • 更新日志
  • 关于我们
  • 联系我们
法律
  • 隐私政策
  • 服务条款

© 2026 TurnitPass. 保留所有权利。

All systems normal