nightcrawler
12/11/2025, 7:47 PMVapi Support Bot
12/11/2025, 7:48 PMbash
curl -X POST https://api.vapi.ai/file \
-H "Authorization: Bearer <token>" \
-H "Content-Type: multipart/form-data" \
-F file=@yourfile.pdf
If files are not showing as "done", they may not appear in the dashboard. Review the API response for the status field to troubleshoot further.
(Reference: information found in the Vapi file upload API documentation)
Source:
- [Vapi File Upload API Reference](https://docs.vapi.ai/api-reference/files/create)Chiranjeet Mishra
12/15/2025, 7:36 PMnightcrawler
12/18/2025, 2:23 PM