Skip to main content

Calculate Cost

Provide an accurate max_cost for your order. For tasking, this is required and must match AOI, dates, interval, and selected offering_id.

Interactive API Reference

Try this endpoint interactively in the REST API Reference:

Click "Authorize" to enter your API key, then "Try it out" to test the endpoint live!

curl --location 'https://api.skywatch.co/earthcache/price/calculate' \
--header 'x-api-key: {{User_API_Key}}' \
--header 'Content-Type: application/json' \
--data '{
"resolution": "very_high",
"location": {
"type": "Polygon",
"coordinates": [
[
[-73.95950959050467, 40.803232950312264],
[-73.98518739769608, 40.768306075577726],
[-73.97154148035514, 40.761912689996564],
[-73.94657494129676, 40.79741232310445],
[-73.95950959050467, 40.803232950312264]
]
]
},
"start_date": "2028-01-01",
"end_date": "2028-01-31",
"interval": "40d",
"product": { "configuration": { "offering_id": "{{Offering_ID}}" } }
}'
  • For archive, use to estimate; final max_cost should come from the chosen search result.
  • For tasking, use this value as max_cost in order creation.