curl --request POST \
  --url 'https://integration.getmateo.com/api/v1/storage/sign/{bucketName}/*' \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

bucketName
string
required
objectName
string
required

The name of the object in the bucket including slashes

Response

200
application/text
The signed url has been created successfully

A signed url for the object in the bucket. It is valid for five minutes.