TurnitPass
가격API블로그
로그인대시보드무료 시작

TurnitPass

Docs

Platform

GeneralAPI KeysUsageBillingNotifications

Docs

Overview빠른 시작인증API 참조업데이트 로그

Endpoints

POST/humanizePOST/paraphrasePOST/detectGET/status
Workspace

워크스페이스에서 직접 결제 관리, 단어 잔액, API 키, 그리고 구독 상태를 관리하세요.

Create a key
Docs menu빠른 시작
GeneralAPI KeysUsageBillingNotificationsOverview빠른 시작인증API 참조업데이트 로그
QuickstartFirst call in minutes

빠른 시작

첫 번째 인간화 요청 보내기

워크스페이스에서 API 키를 생성한 후, 같은 키로 작성, 점검 및 인용 기능을 호출합니다.

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":"다듬고 싶은 AI 보조 초안을 붙여넣으세요","language":"en","mode":"reduce-aigc","personal_terms":["고유명사"]}'
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":"이 문단을 보다 자연스럽고 학술적인 문체로 재작성해 주세요.","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

API 키로 인증하기

개발자 요청은 TurnitPass 워크스페이스에서 생성된 API 키를 사용합니다.

02

TurnitPass REST API

인간화, 패러프레이즈, 탐지, 인용, 참고문헌 및 API 키 상태 엔드포인트 참조 문서.

인증

API key security, storage, and error handling.

API 참조

Parameters, rate limits, and endpoint examples.

Get started

영어, 중국어 간체, 중국어 번체 AI 초안을 자연스럽게 다듬고 AI 신호를 확인하며 하나의 작업 공간에서 관리하세요.

무료 시작API
TurnitPass

영어, 중국어 간체, 중국어 번체 AI 초안을 자연스럽게 다듬고 AI 신호를 확인하며 하나의 작업 공간에서 관리하세요.

제품
  • 자연스럽게 다듬기
  • AI 체커
  • 에세이 AI 검사
  • 교사용 AI 체커
  • API
  • 개발자
  • 대시보드
리소스
  • 가격
  • 블로그
  • 비교
  • 변경 내역
  • 소개
  • 문의
법적 고지
  • 개인정보
  • 약관

© 2026 TurnitPass. All rights reserved.

All systems normal