API 참조
vox.ai API 엔드포인트 목록
사용자가 설정한 매개변수로 아웃바운드 콜을 트리거하는 엔드포인트입니다.
cURL
curl --request POST \ --url https://client-api.tryvox.co/v1/create-outbound-call \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "call_from": "<string>", "call_to": "<string>", "agent_id": "<string>", "agent_version": "production", "metadata": {}, "dynamic_variables": {}, "presentation_number": "<string>" }'
{ "call_id": "<string>", "status": "queued", "call_from": "<string>", "call_to": "<string>", "metadata": {}, "dynamic_variables": {} }
대시보드에서 발급받은 API 키를 인증 헤더에 포함시켜야 합니다. 형식은 "Bearer YOUR_API_KEY" 입니다.
Successful Response
The response is of type object.
object