Skip to main content
The BIZ MORI API gives you programmatic access to digital content protection services. Protect images from unauthorized AI training, embed invisible ownership watermarks, and verify watermark authenticity — all via a simple REST API.

Services

Anti-AI

Apply invisible protection that prevents AI systems from using your images for model training — without visible alteration.

Invisible Watermark Embed

Embed imperceptible digital watermarks to track ownership and prove image authenticity.

Invisible Watermark Extract

Detect and read embedded watermarks to verify image origin and ownership.

AI Detection

Determine whether an image was generated by AI. Supports a wide range of generative models.

Get started

Authentication

Obtain an API key and learn how to authenticate every request.

Quickstart

Make your first API call in minutes with a step-by-step walkthrough.

Error Codes

Full reference of error codes, HTTP statuses, and troubleshooting guidance.

Webhooks

Receive push notifications when order processing completes or fails.

Base URL

https://api.bizmori.com
All endpoints are served over HTTPS. HTTP requests are not supported.

Request format

Send requests with Content-Type: application/json and include your API key in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN

Response format

All responses return JSON. The shape depends on whether the request succeeded. Success
{
  "data": { ... }
}
Error
{
  "code": "ERROR_CODE"
}
Use the HTTP status code to identify the error category, and the code field for programmatic handling and localization. See Error Codes for the full list.