Skip to content

API

The API is served at https://mw.omazy.ai/api/v1.

Every response uses the same shape, so a client can handle success and failure in one place.

{
"success": true,
"data": { },
"meta": { }
}

On failure, success is false and the payload carries a stable error code. Codes are listed in Platform.

Requests carry a bearer token scoped to an install. Tokens are minted per machine, so revoking one does not sign out the rest.

The generated endpoint reference, pagination, rate limits, and idempotency.