> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bizmori.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Complete reference for the BIZ MORI API endpoints

## Base URL

```
https://api.bizmori.com
```

## Authentication

All endpoints require an API key passed via the `Authorization` header with Bearer format:

```
Authorization: Bearer YOUR_API_TOKEN
```

See the [Authentication](/authentication) guide for details.

## Endpoint groups

<Columns cols={2}>
  <Card title="Anti-AI" icon="shield" href="/api-reference/anti-ai/create-order">
    Create and manage Anti-AI image protection orders.
  </Card>

  <Card title="Watermark Embed" icon="stamp" href="/api-reference/watermark-embed/create-order">
    Embed invisible digital watermarks into images.
  </Card>

  <Card title="Watermark Extract" icon="magnifying-glass" href="/api-reference/watermark-extract/create-order">
    Extract and verify watermarks from images.
  </Card>

  <Card title="Orders" icon="list" href="/api-reference/orders/list-orders">
    Query, download, and manage orders.
  </Card>

  <Card title="Webhooks" icon="bell" href="/api-reference/webhooks/list-webhooks">
    Configure webhook endpoints for event notifications.
  </Card>
</Columns>
