Skip to main content
The public API lets you read asset metadata, list model versions, trigger runs, and more from your own code or tools. v1 routes live under /api/public/v1. See Public API (v1) for the full list and the per-endpoint reference pages. You need a base URL (your workspace host) and an API token before calling the API. Your base URL is the same origin you use in the browser to open Less (scheme + host, no trailing path). Example: if you use https://acme.less.tech/app, your API base is https://acme.less.tech. To create an API token, open View profile (bottom left) → API tokens. Create a token and store it securely. Only workspace Super Admins can create tokens. Send it on every request:
Authorization: Bearer <your-api-token>