Imagery
Search imagery
GET
/v1/imagery/search Bearer API keyFind available imagery over a region within a date range and cloud-cover threshold.
Query the catalog for scenes that intersect a region between two dates. Filter by maximum cloud cover and sensor type to narrow results. Returns lightweight scene descriptors you can pass into an analysis job.
Path & query parameters
region_idrequiredstringThe region to search within.
startrequireddateStart of the acquisition window (ISO 8601).
endrequireddateEnd of the acquisition window (ISO 8601).
max_cloudoptionalnumberMaximum acceptable cloud cover, 0–100. Defaults to 20.
Response fields
scenesoptionalScene[]Array of matching scene descriptors.
scenes[].idoptionalstringScene identifier for use in analysis jobs.
scenes[].captured_atoptionaltimestampAcquisition time of the scene.
scenes[].cloud_coveroptionalnumberCloud cover percentage for the scene.
curl -G https://api.satellitex.ai/v1/imagery/search \
-H "Authorization: Bearer sk_live_..." \
--data-urlencode "region_id=reg_central_valley" \
--data-urlencode "start=2026-06-01" \
--data-urlencode "end=2026-07-01" \
--data-urlencode "max_cloud=10"Illustrative API — keys and identifiers are for demonstration.
Ready to build with this?
Request access and we'll help you scope your first mission and provision API keys.