Skip to main content

Download an Asset

POST 

/assets/get

Download an asset from the asset storage. Download supports partial requests and can be downloaded using parallel connections for maximum throughput. The provided download URL has an expiry for security reason. The URL can be utilized for maximum of one hour.

Request

Body

    assetId string

Responses

OK

Schema
    success boolean
    error string
    errorcode integer
    assetURL string
    assetIdentifier string
    assetSignature string
    assetVersion string
    assetSigned string
    assetDesc string
    assetMeta object
    checksum string
Loading...