curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/agents \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"prompt_template": "<string>",
"type": "voice",
"allowed_sip_trunks": [
"<string>"
],
"greeting_config": {},
"llm_config": {},
"plugins": [
"<unknown>"
],
"transcriber_config": {},
"vad_config": {},
"voice_config": {}
}
'{
"allowed_sip_trunks": [
"<string>"
],
"created_at": "<string>",
"greeting_config": [
123
],
"id": "<string>",
"llm_config": [
123
],
"name": "<string>",
"organization_id": "<string>",
"plugins": [
123
],
"prompt_template": "<string>",
"tools": [
{
"config_override": {},
"description": "<string>",
"is_enabled": true,
"method": "<string>",
"name": "<string>",
"tool_id": "<string>",
"url": "<string>"
}
],
"transcriber_config": [
123
],
"type": "<string>",
"updated_at": "<string>",
"vad_config": [
123
],
"voice_config": [
123
]
}Create a new AI agent in the organization
curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/agents \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"prompt_template": "<string>",
"type": "voice",
"allowed_sip_trunks": [
"<string>"
],
"greeting_config": {},
"llm_config": {},
"plugins": [
"<unknown>"
],
"transcriber_config": {},
"vad_config": {},
"voice_config": {}
}
'{
"allowed_sip_trunks": [
"<string>"
],
"created_at": "<string>",
"greeting_config": [
123
],
"id": "<string>",
"llm_config": [
123
],
"name": "<string>",
"organization_id": "<string>",
"plugins": [
123
],
"prompt_template": "<string>",
"tools": [
{
"config_override": {},
"description": "<string>",
"is_enabled": true,
"method": "<string>",
"name": "<string>",
"tool_id": "<string>",
"url": "<string>"
}
],
"transcriber_config": [
123
],
"type": "<string>",
"updated_at": "<string>",
"vad_config": [
123
],
"voice_config": [
123
]
}Organization ID
Agent details
Created
Show child attributes