Skip to main content
GET
Get Asset Download Data

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Path Parameters

asset_id
string<uuid>
required

The ID of the asset to download

Query Parameters

name
string | null

The name of the asset to download

variant
enum<string>
default:original

Storage variant for a direct file download. ORIGINAL downloads the asset's original file.

Available options:
original,
stream_proxy,
audio_proxy,
model_proxy,
scrub_proxy,
scrub_proxy_redacted,
scrub_preview,
scrub_preview_redacted,
preview,
doc_proxy

Response

Successful Response

API response schema for direct asset file download URLs.

id
string<uuid>
required

Resource identifier

url
string
required

Presigned URL for upload or download

url_expires_at
string<date-time>
required

UTC datetime when the URL expires