Skip to main content
POST
Sign a file and return a signed URL
Last Updated: October 04, 2024

Authorizations

Salad-Api-Key
string
header
required

Path Parameters

organization_name
string
required
filename+
string
required

Body

application/json
method
string

The HTTP method to sign the URL for. Currently only supports GET

Example:

"GET"

exp
string

The expiration ttl of the signed URL in seconds

Example:

"3600"

Response

200 - application/json

Signed URL generated successfully

url
string