1. Access assets
The following statuses mean you can download assets from storage:
BEING_FULFILLED
: some order assets might have been delivered.FULFILLED
: all order assets have been delivered.
To get all assets from a specific order, call the Get assets endpoint with a search={orderId}
as a query parameter. Retrieve asset IDs.
2. Download the delivered assets
To download these assets one by one, call the Download an asset endpoint with a chosen asset ID as the path parameter. If the response is successful, the response is the requested asset.
You can also generate a pre-signed URL to download an asset without authentication. Call the Create a download URL endpoint with the asset ID as the path parameter. The generated URL is valid for 5 minutes and can be shared.