Eswara Naidu
03/25/2025, 3:26 AMVapi Support Bot
03/25/2025, 3:27 AM/assistant/:id
with a toolIds
array in the model section:
curl -X PATCH https://api.vapi.ai/assistant/id \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": {
"provider": "openai",
"model": "gpt-4o",
"toolIds": [
"your-workflow-tool-id"
]
}
}'
I've escalated your question to our product team to get you a specific timeline for the full Workflow APIs availability. Someone from our team will get back to you with more details soon! 😊Shubham Bajaj
03/26/2025, 1:26 PMMarcos Polanco
04/23/2025, 11:25 PMShubham Bajaj
04/24/2025, 12:27 PM