Update agent fields for a location.
cURL
curl --request PATCH \ --url https://api.selcor.ai/v1/voice/agent \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "voice_id": "<string>", "begin_message": "<string>", "llm_system_prompt": "<string>", "knowledge_base_text": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "voice_id": "<string>", "language": "<string>", "begin_message": "<string>", "knowledge_base_text": "<string>", "updated_at": "2023-11-07T05:31:56Z" }, "request_id": "<string>" }
API key in format: sk_live_...
"clxyz123"
1
Updated agent
Show child attributes
Was this page helpful?