Products, Offerings & Configurations
Use this search to discover offering_id and configuration_id for a location and resolution range. Critical for tasking; useful for archive cost estimates.
curl --location 'https://api.skywatch.co/earthcache/products/offerings/search/' \
--header 'x-api-key: {{User_API_Key}}' \
--header 'Content-Type: application/json' \
--data '{
"location": {
"type": "Polygon",
"coordinates": [
[
[-73.95950959050467, 40.803232950312264],
[-73.98518739769608, 40.768306075577726],
[-73.97154148035514, 40.761912689996564],
[-73.94657494129676, 40.79741232310445],
[-73.95950959050467, 40.803232950312264]
]
]
},
"resolution_low": 11,
"resolution_high": 0.01,
"product_name": "",
"partner_name": "",
"category": ""
}'
- Parameters are optional except location. Filter by
product_name,partner_name, orcategory=archive/tasking. - Missing offerings mean access restrictions or provider constraints (territory, embargo, high/low demand regions).
- Standard vs Non-Standard: most imagery is Standard; SAR, elevation, some Airbus/Planet custom configs are Non-Standard and bypass platform features (map, DirectView, Content Store). Coordinate with Support before ordering Non-Standard.