Chiranjeet Mishra
11/22/2025, 7:20 PMVapi Support Bot
11/22/2025, 7:21 PMbash
curl -X POST https://api.vapi.ai/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"assistantId": "your-assistant-id",
"input": "Hi, I need help with my TechFlow account"
}'
If you still don't see chat options, check the guide for setup steps: [VAPI Chat Quickstart](https://docs.vapi.ai/chat/quickstart).
Source:
- [Chat quickstart](https://docs.vapi.ai/chat/quickstart)