cURL
curl --request POST \ --url https://api.voice.ai/agent/v1/agent/init-agent \ --header 'Content-Type: application/json' \ --data ' { "agent_template": "<string>", "name": "<string>" } '
{ "agent_template": {}, "available_types": [ "<string>" ], "description": "Pre-configured agent template based on selected type" }
Create an agent from a saved template.
Successful Response