sj
02/27/2025, 4:11 PMVapi Support Bot
02/27/2025, 4:11 PMVapi Support Bot
02/27/2025, 4:12 PMsj
02/27/2025, 4:15 PMKyle
03/01/2025, 3:43 PMcurl -X PATCH 'https://api.vapi.ai/tools/{toolId}' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"messages": [{type: 'request-start', content: ''}]
}'
When no start message is provided, the system will skip speaking any message before executing the tool, while still maintaining the synchronous behavior of waiting for the tool response.