Skip to main content
POST
/
files
Upload a file
curl --request POST \
  --url https://api.getmembrane.com/files \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/octet-stream' \
  --data '"<string>"'
{
  "downloadUri": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/octet-stream

File binary data

The body is of type file.

Response

200 - application/json
downloadUri
string
required