Skip to main content
GET
Get Asset Download Info

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 get download info for

Response

Successful Response

API response for download info endpoint — metadata needed by edge worker for chunk reassembly

asset_id
string<uuid>
required

Asset ID

manifest_id
string<uuid>
required

Manifest ID from the current revision

size_bytes
integer
required

Total file size in bytes

chunk_count
integer
required

Number of chunks in the file

mime_type
string
required

MIME type of the asset

filename
string
required

Original filename of the asset