Vapi Support Bot
08/12/2025, 11:06 AMassistantOverrides object as part of your API request body. For example, use the following JSON in your request:
json
{
"assistantId": "bc11c91c-3c4b-4e18-8634-da947ed3e423",
"assistantOverrides": {
"variableValues": {
"name": "John"
}
}
}
Paste this into the raw body section of your API client or cURL request. This will inject your dynamic variables into the assistant template, even if the playground UI doesn't show a dedicated field for them.
[See documentation](https://docs.vapi.ai/assistants/dynamic-variables#using-dynamic-variables-in-a-phone-call)
Source:
- [Variables: Using dynamic variables in a phone call](https://docs.vapi.ai/assistants/dynamic-variables#using-dynamic-variables-in-a-phone-call)Chiranjeet Mishra
08/13/2025, 3:24 PM