Mark of Freedom
09/07/2025, 8:47 PMChiranjeet Mishra
09/07/2025, 8:47 PMChiranjeet Mishra
09/08/2025, 2:50 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": "I need help resetting my password"
}'
2. If you have already created a previous chat regarding this, you can include the previousChatId to provide context and maintain the conversation thread.
To ensure a successful reset, confirm you have your API key and Assistant ID ready for use in this API call. If you need further assistance with these steps, feel free to reach out.
You can find more detailed steps for using Vapi's non-streaming chat in the [Non-Streaming Chat Documentation](https://docs.vapi.ai/chat/non-streaming).
If this doesn’t resolve the issue, please let us know and we’ll be happy to step in and assist further.Mark of Freedom
09/09/2025, 5:19 PMChiranjeet Mishra
09/10/2025, 3:49 PM