인증 및 보안
Bearer 토큰 인증
관리 페이지를 통해 다수의 API 키를 안전하게 발급받고 폐기할 수 있습니다.
표준 REST 엔드포인트를 호출하여 한국어 AI 변환, 문체 분석, 자동 각주 생성 기능을 소프트웨어 내에 빠르게 구현할 수 있습니다.
API workspace
Request
Humanize endpoint
POST /api/v1/humanize
Authorization: Bearer tp_live_your_api_key
{
"language": "en",
"text": "Paste an AI draft..."
}Response
words used
142
remaining
2,858
인증 및 보안
Bearer 토큰 인증
관리 페이지를 통해 다수의 API 키를 안전하게 발급받고 폐기할 수 있습니다.
REST API 지원
7개 주요 경로
휴머니즈, 파라프레이즈, 감지, 인용구 생성, 작업 상태 점검용 라우트 목록.
결제 방식
유연한 크레딧
구독 플랜별 워드 크레딧 사용량과 잔여 한도를 한곳에서 모니터링합니다.
A single revision call is the entry point. TurnitPass keeps that path simple, then adds the production pieces around it: detector-aware output, citation tools, metering, and key status.
Review snapshot
Ready
Internal mixed-topic review across common AI-writing signal checks.
API surface
7
Humanize, paraphrase, rewrite, detect, citation, bibliography, status.
Review card
Ready
review snapshot
A concise review card gives teams a sanity check before they wire output into their own product.
The first request should be obvious: assign words, create a key, send a draft, then inspect the returned text and usage summary.
Create an API key in your workspace after Google sign-in.
Call humanize, paraphrase, rewrite, detect, citation, bibliography, or status.
Read metering, remaining words, and response fields before exposing the result.
The public API follows the same workflow as the web product: revise, rewrite, check style signals, cite, build bibliographies, and review usage from one authenticated surface.
v1 routes
Production writing API
Humanize
POST /api/v1/humanizeLower AI-like signals while preserving meaning.
Paraphrase
POST /api/v1/paraphraseRewrite and polish text in multiple modes.
Detect
POST /api/v1/detectReturn review estimates and writing signals.
Citation
POST /api/v1/citationFormat DOI, URL, and manual source metadata.
Status
GET /api/v1/statusCheck key limits, usage, and remaining word balance.
Humanize AI-assisted drafts before publishing and store usage by customer account.
Add revision, paraphrase, rewrite, and detector actions directly inside an editor.
Send selected page text to the API and return revised output to the writing surface.
Batch process drafts, citations, and detector checks through authenticated server jobs.
작동 원리
개발자 플랫폼은 기업형 연동에 필요한 견고한 키 관리, 호출 로그 열람, 분당 요청수(Rate Limit) 제어 및 관제 대시보드를 안정적으로 제공합니다.
목적에 따라 별도의 API 키를 만들어 각 애플리케이션에 분배하고 즉시 정지시킬 수 있습니다.
변환 엔드포인트는 실제 처리된 단어만큼 충전된 크레딧에서 차감되며, 인용 생성은 개별 계산됩니다.
모든 네트워크 통신 데이터와 API 자격 증명은 고도화된 SSL을 통해 전송 및 저장됩니다.
개발 사용량 상한선 설정, 결제 프로필 업데이트 및 내역 조회가 즉시 반영됩니다.
HTTP Header 영역에 Authorization: Bearer <YOUR_API_KEY> 형식을 준수하여 통신합니다.
v1 엔드포인트 중 humanize, paraphrase, rewrite, detect(패턴 검사), citation, bibliography 및 status 경로가 열려 있습니다.
전송된 소스 텍스트 단어 수에 맞춰 가입한 구독 크레딧 잔여분에서 소모됩니다. 대시보드 내에서 자동 충전을 활성화할 수 있습니다.