Authorizations
API key required for all endpoints
Path Parameters
Response
Voice agent details
curl --request GET \
--url https://app.kapso.ai/api/v1/voice_agents/{id} \
--header 'X-API-Key: <api-key>'
{
"data": {
"id": "voice-agent-123abc",
"name": "Customer Support Voice Agent",
"provider": {
"type": "pipecat_provider",
"kind": "pipecat",
"agent_name": "support-agent-v1"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
Returns details for a specific voice agent
curl --request GET \
--url https://app.kapso.ai/api/v1/voice_agents/{id} \
--header 'X-API-Key: <api-key>'
{
"data": {
"id": "voice-agent-123abc",
"name": "Customer Support Voice Agent",
"provider": {
"type": "pipecat_provider",
"kind": "pipecat",
"agent_name": "support-agent-v1"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
API key required for all endpoints
Voice agent details
Show child attributes
Was this page helpful?