Can’t upload documents
# support
k
I have been trying to upload a document in Vapi’s dashboard but it looks broken.
v
Hi @Kuba, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Web Calling]() * [Billing Limits]() * [Outbound Calling]() * [Upload a file to Supabase]() -----------------------------
### Answer It seems you are encountering issues with uploading documents to Vapi's dashboard. To resolve this, you might want to ensure that your files meet the necessary specifications and that you are following the correct steps as outlined in the documentation. Here's a basic guide on how to upload a file using Vapi's API:
Copy code
bash
curl --request POST \
  --url https://api.vapi.ai/file/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<string>'
[(1)]() Make sure your file doesn’t exceed any size limits and matches the required formats. If the problem persists, it may be a temporary issue with the dashboard. For detailed assistance, checking the documentation or contacting support directly would be advisable.
s
can you send me a loom video?
11 Views