wet-aquaW
VAPI2mo ago
wet-aqua

endCallFunctionEnabled

Hi team, my team creates agents via API but are running into issues enabling the default End Call Function. The agent <code> looks like it uses the endCallFunctionEnabled flag however this is not in the API docs, and it doens't appear to be another way of enabling this toggle.

I have this already:

"model": {
"model": "gpt-4.1",
"tools": [
{
"type": "endCall"
}
],

Is endCallFunctionEnabled a secret field that can still be used?
Was this page helpful?