API 참조
vox.ai API 엔드포인트 목록
조직 단위로 지식 베이스 목록을 조회합니다. Bearer 토큰 인증이 필요합니다.
cURL
curl --request GET \ --url https://client-api.tryvox.co/v2/knowledge/list \ --header 'Authorization: Bearer <token>'
[ { "knowledge_base_id": "<string>", "knowledge_base_name": "<string>" } ]
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
지식 베이스 ID
지식 베이스 이름
Was this page helpful?