Skip to main content
All endpoints are under https://api.kiteml.com/v1 and require a Bearer token. Full request and response schemas are published as OpenAPI at https://api.kiteml.com/v1/openapi.json, rendered at /v1/docs.

Augmentations

See Augmentations for the full lifecycle, request body, and response shapes.

Account

Training runs

See Training runs for the full lifecycle, request body, and response shapes.

Catalog

Operations and webhooks

Events: augmentation.completed, augmentation.failed, augmentation.canceled, training_run.completed, training_run.failed, training_run.canceled.

Evaluate

Coming soon. Simulation evaluation endpoints aren’t on /v1 yet. Evaluation runs are available today from the dashboard and the Kite CLI.
The interactive reference at api.kiteml.com/v1/docs is generated from the same OpenAPI spec the API is built on, so it’s always in sync with production.
Every long-running resource answers to GET /v1/operations/:id, whatever its id prefix. If you poll more than one kind of run, write that loop once against operations rather than one loop per resource — the status vocabulary is the same for all of them.