Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

asset_id
string
required

Query Parameters

sign
boolean

It indicates to create a signed URL for downloading or reading an asset. When the asset access control is ACCESS_CONTROL_MODE_SIGNEDREAD, this field is required.

sign_option.ttl
string

Represents a a duration between -315,576,000,000s and 315,576,000,000s (around 10000 years). Precision is in nanoseconds. 1 nanosecond is represented as 0.000000001s

Pattern: ^-?(?:0|[1-9][0-9]{0,11})(?:\.[0-9]{1,9})?s$
sign_option.inline
boolean

If inline is true, the URL will be configured such that its response will contain a content-disposition header set to inline.

Response

OK

url
string

The signed or public URL for downloading or reading an asset.