Skip to main content
POST
/
storage
/
buckets
/
{name}
/
upload
Error
A valid request URL is required to generate request examples
{
  "key": "<string>",
  "size": 123,
  "content_type": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

Body

multipart/form-data
file
file
required
key
string

Object key (defaults to filename)

Response

Upload successful

key
string
size
integer
content_type
string