> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.clossir.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.clossir.com/_mcp/server.

# Compliance — API

02 / COMPLIANCE · API

Compliance exposes a REST API — `POST → 202` for commands (processed asynchronously) and
`GET → 200` for reads. These deep-link into the generated [API Reference](/api/overview).

## Operations

| Operation family            | Verb         | Purpose                              |
| --------------------------- | ------------ | ------------------------------------ |
| `/compliance/policies`      | `POST → 202` | Create or update a policy            |
| `/compliance/policies/{id}` | `GET → 200`  | Read a policy                        |
| `/compliance/evaluations`   | `GET → 200`  | Read a transfer-eligibility decision |

Representative operations are shown here; live operation and parameter detail render from the OpenAPI specification once it's wired.