🎉 vox.ai 디스코드 커뮤니티가 새로 열렸어요! 참여하기 →
에이전트의 현재 data와 flow_data를 변경 불가능한 버전으로 저장합니다.
curl --request POST \
--url https://client-api.tryvox.co/v3/agents/{agent_id}/versions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"version": "<string>",
"agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": 123,
"description": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.tryvox.co/llms.txt
Use this file to discover all available pages before exploring further.
조직 API 키를 Authorization: Bearer <token> 형식으로 보냅니다.
agent_id로 반환되는 에이전트 UUID입니다.
선택적 버전 메모입니다. 서버는 에이전트의 현재 data와 flow_data를 스냅샷으로 저장합니다.
버전 생성 요청입니다. description만 선택 필드이며, body 자체도 생략할 수 있습니다.
사람이 읽을 수 있는 설명입니다.
500Was this page helpful?
curl --request POST \
--url https://client-api.tryvox.co/v3/agents/{agent_id}/versions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"version": "<string>",
"agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": 123,
"description": "<string>"
}