Docs menuOverview
Tài liệu API
Tài liệu API TurnitPass
Bắt đầu bằng cách tạo khóa API, gọi các chức năng chỉnh sửa, diễn giải, kiểm tra AI, trích dẫn và danh mục tài liệu tham khảo để kết nối TurnitPass vào sản phẩm viết của bạn.
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 -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"}'{
"output": "Your humanized text...",
"words_used": 6,
"words_remaining": 249994
}Route map
Explore the docs
Bắt đầu nhanh
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.
Xác thực
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.
Tham chiếu 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.
Nhật ký thay đổi
Các thay đổi gần đây của nền tảng đối với công cụ nhân hóa, phát hiện AI, công cụ viết, thanh toán và API.
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.
Authenticate the API key
Send an API key generated from the workspace. Revoked, malformed, or missing keys fail before text processing starts.
Validate text, language, and limits
Transform requests enforce word ranges, detector requests enforce longer scan limits, and citation requests validate style and source input.
Run the workflow
Humanize, paraphrase, rewrite, detect, citation, and bibliography routes reuse the same server-side behavior as the public tools.
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
Chức năng cốt lõi
Chỉnh sửa
/api/v1/humanizeChỉnh bản nháp có AI hỗ trợ trong khi vẫn giữ nguyên ý nghĩa.
Diễn giải
/api/v1/paraphraseViết lại và tinh chỉnh văn bản theo nhiều chế độ khác nhau.
Kiểm tra AI
/api/v1/detectTrả về ước tính dấu hiệu AI và gợi ý chỉnh sửa.
Trích dẫn
/api/v1/citationĐịnh dạng siêu dữ liệu nguồn DOI, URL hoặc nhập thủ công.