Download UP42 assets

Download UP42 assets from fulfilled orders.


Overview

After an order is fulfilled, you can access your storage to download the delivered assets using the API.

You can also download orders through the console.

Download an asset

To download an asset from storage, call the /v2/assets/{asset-id}/ endpoint with the asset ID as a path parameter.

Request

Response

If the response is successful, the response is the requested asset.

Create a download URL

To generate a pre-signed URL that can be used to download an asset without authentication, call the /v2/assets/{asset-id}/download-url endpoint with the asset ID as a path parameter.

The generated URL is valid for 5 minutes.

Request

Response


See response example

JSON

    {
  "url": "http://example.com"
}

  

ParameterOverview
urlstring
A temporary pre-signed URL that can be used to download an asset without authentication.