Kuba
05/19/2024, 5:46 PMVapi Support
05/19/2024, 5:46 PMVapi Support
05/19/2024, 5:46 PMbash
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.Sahil
05/19/2024, 5:47 PM