The API is served at https://mw.omazy.ai/api/v1.
Where things are
Section titled “Where things are”| Authentication | Tokens, scoping, revocation |
| Conventions | Envelope, pagination, rate limits, idempotency |
| Endpoints | The generated reference, in the sidebar under this section |
Response envelope
Section titled “Response envelope”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.
Authentication
Section titled “Authentication”Requests carry a bearer token scoped to an install. Tokens are minted per machine, so revoking one does not sign out the rest.
Coming in this section
Section titled “Coming in this section”The generated endpoint reference, pagination, rate limits, and idempotency.