API 레퍼런스
개발자를 위한 완전한 API 문서.
API 개요
Respondo API를 사용하면 AI 기반 고객 지원을 애플리케이션에 프로그래밍 방식으로 통합할 수 있습니다.
인증
모든 API 요청에는 Bearer 토큰 인증이 필요합니다.
Authorization: Bearer YOUR_API_TOKEN
기본 URL
https://api.respondo.ai/api/v1
주요 엔드포인트
채팅
POST /chat
{
"agent_id": "uuid",
"message": "string",
"conversation_id": "uuid (optional)"
}
에이전트
GET /agents - List all agents
POST /agents - Create new agent
GET /agents/:id - Get agent details
PUT /agents/:id - Update agent
DELETE /agents/:id - Delete agent
지식
GET /knowledge/sources - List sources
POST /knowledge/sources - Create source
POST /knowledge/upload - Upload document
DELETE /knowledge/sources/:id - Delete source
요청 한도
API 요청은 API 키당 분당 100회로 제한됩니다.