POST /v0/catalogs/deliveries
catalog_ids
or order_item_ids
: Reference to the imagery to be delivered.cloud_delivery
: The store configuration (includes config
and optional path
).Note: The delivery process is asynchronous; you will receive status updates as the process completes.
GET /v0/catalogs/deliveries
delivery_id
, catalog_id
, or task_id
to narrow down results.POST /v0/catalogs/download
catalog_ids
or order_item_ids
: Specify the images you wish to download.GET /v0/catalogs/download/{download_id}
download_id
: The unique identifier for the download resource.signed_url
field is populated, indicating that the image is ready for download.