broad-salmonB

Error 500 When Uploading File via /file Endpoint

Hi VAPI Support Team,

We’re currently encountering a 500 Internal Server Error when trying to upload a file using the /file endpoint.

Here’s the cURL request we’re using:

curl --location 'https://api.vapi.ai/file' \
--header 'Authorization: Bearer <redacted>' \
--form 'file=@"/filepath"'


And this is the response we receive:

{
  "statusCode": 500,
  "message": "Internal server error. Contact support@vapi.ai for help."
}


Can you please confirm if this endpoint is currently unavailable or if there’s an issue we need to resolve on our end?

Thanks in advance!
Best,
Seygi Kutani
Was this page helpful?