latestOpenAPI 3.1.02026-08-105279262.8 KB
51f7c5a8d15d
aoiMonitors
Create AOI Monitor
Creates a new AOI monitor for an AOI. The monitor will check for imagery that matches the specified criteria (sources, resolution, cloud cover, etc.).
post/earthcache/aoi-monitors
Request body
Example request
{
"sources": [
"sentinel-2",
"landsat"
],
"sensor_type": [
"optical",
"sar"
]
}Response
AOI monitor created successfully.
Example response
{
"sources": [
"sentinel-2",
"landsat"
],
"sensor_type": [
"optical",
"sar"
]
}