API Reference
This is the reference for the LakeSail platform API. It is generated directly from the OpenAPI specification at bundle/v1/api.yaml.
If you're new to LakeSail, start with the Platform Guide — quickstart, concepts, and how-to guides — and come back here when you need operation-level detail.
Use the sidebar to browse operations grouped by area, or jump to the full spec on a single page.
The LakeSail platform API.
Beta Notice: This API is currently in beta. All endpoints, request/response
schemas, and authentication flows are subject to change.
Getting Started
Base URL
All API requests are made to:
https://platform.lakesail.com/api/v1
All requests and responses use application/json.
Authentication
Most endpoints require a Bearer token in the Authorization header:
Authorization: Bearer <token>
Both user sessions and service account API keys are passed as Bearer tokens.