/api/public/v1.
Base URL
app.less.tech. If your workspace uses a different host, use that instead. The endpoint playground on each page lets you set the server before sending a request.
Authentication
Authenticate requests with an API key passed as a bearer token. You can create an API key from Profile → API Keys.401 Unauthorized.
Endpoints
Assets- List assets — Get all assets you can read (Folders, Models, Sources, Orchestrations)
- Get asset — Get a single asset by ID
- Execute asset — Queue a run for a source, model, or orchestration
- List model versions — Get all versions for a model
- Get model version — Get a single version by ID
- Get published version — Get the currently published version of a model
- Get job status — Get the status and timing for a job
Pagination
List endpoints are paginated withlimit and offset query parameters:
limit— page size. Default50, maximum100.offset— number of items to skip from the start of the sorted list. Default0.
meta object with the values used plus a hasMore flag:
offset by limit until hasMore is false.