Skip to main content
POST
/
upload
Upload file
curl --request POST \
  --url https://api.beyondwords.io/v1/upload \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Api-Key: <api-key>' \
  --form file='@example-file'
{
  "file_url": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Body

multipart/form-data
file
file
required

Binary file (limit 50 MB)

Response

200 - application/json

successful

file_url
string