Marcos Polanco
04/23/2025, 3:27 AMtoolsId
array,
"Couldn't Get Tool. toolId
3c1a355e-e66c-4864-afc8-f67c6dfaa1bb Does Not Exist
...but that did not work. Thank you. M.Vapi Support Bot
04/23/2025, 3:28 AMcurl
curl -X POST https://api.vapi.ai/call \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"assistant": {
"model": {
"provider": "openai",
"model": "gpt-4o",
"toolIds": ["YOUR_WORKFLOW_TOOL_ID"]
}
}
}'
This creates an ephemeral assistant configured with your workflow tool for that specific call only.
Sources:
- [Vapi Web SDK Documentation](https://docs.vapi.ai/sdk/web)
- [Discord Channel Discussion](https://discord.com/channels/1211482211119796234/1333975440003563604)Marcos Polanco
04/23/2025, 4:21 AMMarcos Polanco
04/23/2025, 4:23 AMShubham Bajaj
04/24/2025, 12:45 PMMarcos Polanco
04/24/2025, 11:37 PM