Get the voice agent configuration for a location.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/voice/agent \ --header 'Authorization: Bearer <token>'
{ "data": { "setup_status": "<string>", "setup_error": "<string>", "agent": { "id": "<string>", "name": "<string>", "voice_id": "<string>", "language": "<string>", "llm_system_prompt": "<string>", "begin_message": "<string>", "knowledge_base_text": "<string>", "pipeline_type": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }, "request_id": "<string>" }
API key in format: sk_live_...
"clxyz123"
Agent configuration
Show child attributes
Was this page helpful?