Reza
06/12/2025, 3:14 PMVapi Support Bot
06/12/2025, 3:15 PM<assistant_id> and <your_token> with your values):
bash
curl https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <your_token>"
This will return your assistant's configuration in JSON format, which you can save to a file.
Note: There is no mention of a direct "export to JSON" button in the dashboard UI itself.
Source:
- [Vapi API Reference Get Assistant](https://docs.vapi.ai/api-reference/assistants/get?explorer=true)Chiranjeet Mishra
06/13/2025, 2:27 AM