Docs menuOverview
เอกสารสำหรับนักพัฒนา
เอกสารประกอบ 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 -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
เริ่มต้นอย่างรวดเร็ว
สร้างคีย์ API จากพื้นที่ทำงาน จากนั้นเรียกใช้ฟังก์ชันสำหรับเขียนงาน ตรวจสอบ AI และจัดรูปแบบการอ้างอิงด้วยคีย์เดียวกัน
การยืนยันตัวตน
คำขอสำหรับการพัฒนาจะใช้คีย์ API ที่สร้างขึ้นจากพื้นที่ทำงาน TurnitPass
เอกสารอ้างอิง API
เอกสารอ้างอิงสำหรับการปรับข้อความ การเรียบเรียงใหม่ การตรวจจับ AI การอ้างอิง บรรณานุกรม และสถานะคีย์ API ที่ผ่านการยืนยันตัวตนแล้ว
บันทึกการเปลี่ยนแปลง
การเปลี่ยนแปลงล่าสุดบนแพลตฟอร์ม ครอบคลุมเครื่องมือปรับข้อความ ตรวจจับ AI เครื่องมือเขียนงาน ระบบชำระเงิน และอินเทอร์เฟซ 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
จุดเชื่อมต่อหลัก
ปรับข้อความ
/api/v1/humanizeลดสัญญาณการเขียนแบบ AI ให้เหลือน้อยที่สุดโดยยังคงความหมายเดิมไว้ครบถ้วน
เรียบเรียงใหม่
/api/v1/paraphraseเขียนใหม่และปรับปรุงข้อความโดยใช้โหมดการทำงานที่หลากหลาย
ตรวจ AI
/api/v1/detectส่งคืนคะแนนจากเครื่องตรวจจับ ระดับความเสี่ยง และสัญญาณการเขียนแบบ AI
การอ้างอิง
/api/v1/citationจัดรูปแบบข้อมูลเมตาของแหล่งที่มาจาก DOI, URL หรือป้อนข้อมูลด้วยตนเอง