내 계정

프로필

이메일 -
가입일 -

구독

현재 플랜 Free
상태 -

Claude API

⚠️ 데스크톱이 켜져 있어야 API가 작동합니다

토큰을 안전하게 보관하세요. 토큰 소유자는 Claude를 사용할 수 있습니다.

생성된 토큰이 없습니다

API 사용법
# 1. Send message
curl -X POST https://asia-northeast3-ttapp-remote.cloudfunctions.net/callClaudeApi \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"message": "analyze my data"}'
# → {"ok":true,"requestId":"abc123","poll":"GET ...?requestId=abc123"}

# 2. Poll for response
curl https://asia-northeast3-ttapp-remote.cloudfunctions.net/callClaudeApi?requestId=abc123 \
  -H "Authorization: Bearer YOUR_TOKEN"
# → {"status":"completed","response":"Here is my analysis..."}

계정 삭제

모든 데이터가 영구적으로 삭제됩니다. 이 작업은 되돌릴 수 없습니다.