Create AOI Monitor
POST/earthcache/aoi-monitors
Creates a new AOI monitor for an AOI. The monitor will check for imagery that matches the specified criteria (sources, resolution, cloud cover, etc.).
Request
Responses
- 201
- 400
- 401
- 422
- 500
AOI monitor created successfully.
Bad request – business logic validation failed (e.g. area exceeds 5000 sq km, invalid project_id).
Unauthorized
Unprocessable entity – schema validation failed.
Internal server error.