Cant give variable values inside assistant override in the API testing playground.

You can set variable values by including them in the assistantOverrides object as part of your API request body. For example, use the following JSON in your request:

{
  "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

Source:

⤵️ Mention @Vapi Support Bot for follow-ups 🐥

Was this page helpful?