Collect IDs
Every image collected by a satellite has a unique alphanumeric identifier. Raster Analytics refers to this ID as the "collect ID". Other systems sometimes use different terminology for the same thing, such as "catalog ID" or "acquisition ID".
Valid collect identifiers can be found by querying the catalog with the Discovery API.
Catalog collection for Raster Analytics
To find items available using Raster Analytics, search the cloud-optimized-archive
collection. (i.e. collections=cloud-optimized-archive)
See the Discovery API section on how to search collections in the catalog.
For example:
curl --request POST "https://api.maxar.com/discovery/v1/search" \
--header "Content-Type: application/x-www-form-urlencoded" \
--header "Authorization: Bearer <put your token here>" \
--data "collections=cloud-optimized-archive"
--data "bbox=-105,40,-104,41"