Easy Labs
API Reference

API Reference

The Easy HTTP API — endpoints, schemas, examples.

The Easy API is a JSON HTTP API. The full reference on this page is generated from the OpenAPI spec published by the easy-api service — every endpoint, request schema, response schema, and error code.

If you're integrating from a server, prefer a Backend SDK over hand-rolled HTTP. If you're integrating from the browser, use a Frontend SDK — never call the API directly with a secret key from client code.

The generated reference appears below this page once the OpenAPI spec is wired up (Step 3). See lib/openapi.ts and the commented block in lib/source.ts.