Integration Guide

/

Quick start

Quick start

This document is a Quick Start Guide designed to help your development team quickly test and integrate the Mori API.

Getting Started

The basic features are as follows:

Upload an image to the MORI S3 bucket and apply the Anti-AI filter.

Load an external public image and apply the Anti-AI filter.

Apply the Anti-AI filter after uploading an image to the MORI S3 bucket.

The diagram below summarizes the overall flow for applying the Anti-AI filter.

View details

View details

Load external public images and apply the Anti-AI filter.

The diagram below summarizes the complete process for applying the Anti-AI filter.

View details

View details

(Optional) Register Webhook Endpoint

You can register a webhook to receive processing results in real time.

Use this API to set the URL where notifications will be received.

Request Headers

Key

Value

Notes

Authorization

Bearer

Request Body

Field

Type

Description

idempotencyKey

string

Idempotency Key (UUID v4 recommended)

url

string

Webhook URL to receive notifications

Response

Field

Type

Description

secret

string

Secret Key for HMAC Signature

Response

Field

Type

Description

secret

string

Secret Key for HMAC Signature

Note)

idempotencyKey

is required only for certain APIs to prevent duplicate requests.

Integration Guide

/

Quick start

Quick start

This document is a Quick Start Guide designed to help your development team quickly test and integrate the Mori API.

Getting Started

The basic features are as follows:

Upload an image to the MORI S3 bucket and apply the Anti-AI filter.

Load an external public image and apply the Anti-AI filter.

Apply the Anti-AI filter after uploading an image to the MORI S3 bucket.

The diagram below summarizes the overall flow for applying the Anti-AI filter.

View details

View details

Load external public images and apply the Anti-AI filter.

The diagram below summarizes the complete process for applying the Anti-AI filter.

View details

View details

(Optional) Register Webhook Endpoint

You can register a webhook to receive processing results in real time.

Use this API to set the URL where notifications will be received.

Request Headers

Key

Value

Notes

Authorization

Bearer

Request Body

Field

Type

Description

idempotencyKey

string

Idempotency Key (UUID v4 recommended)

url

string

Webhook URL to receive notifications

Response

Field

Type

Description

secret

string

Secret Key for HMAC Signature

Note)

idempotencyKey

is required only for certain APIs to prevent duplicate requests.