---
title: "Create an AOI imagery monitor (saved search) for the caller's organization."
method: POST
path: "/v1/monitors/create_rule"
tags: ["resource-facade"]
---

# Create an AOI imagery monitor (saved search) for the caller's organization.

`POST /v1/monitors/create_rule`

## Headers

- `x-api-key` string, nullable

## Request body

- CreateMonitorRuleInput
  - `name` string, nullable
  - `email` string, nullable
  - `aoi_geometry` object, required
  - `aoi_name` string, nullable
  - `area_sq_km` number, nullable
  - `filters` object
  - `update_frequency` string
  - `active` boolean
  - `notification_channels` string[]

## Response `200`

Successful Response

- MonitorRuleOutput
  - `monitor_rule` object, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
