latestOpenAPI 3.1.02026-08-105279262.8 KB

51f7c5a8d15d

aoiMonitors

Batch Create AOI Monitors

Creates multiple AOI monitors in a single request using a GeoJSON FeatureCollection for geometries and a shared metadata object applied to all monitors.

post/earthcache/aoi-monitors/batch

Request body

Response

AOI monitors created successfully.

Example response

{
  "data": [
    {
      "sources": [
        "sentinel-2",
        "landsat"
      ],
      "sensor_type": [
        "optical",
        "sar"
      ]
    }
  ]
}