API Reference
REST API Endpoints
Layers
Endpoint |
Method |
Description |
|---|---|---|
|
GET |
List all layers |
|
GET |
Get layer by ID |
|
PATCH |
Update layer (name, column config) |
|
GET |
Get all points in a layer |
|
POST |
Upload CSV, NPY, or NPZ file |
|
POST |
Generate synthetic data |
|
GET |
List available sklearn datasets |
|
POST |
Load sklearn dataset |
Projections
Endpoint |
Method |
Description |
|---|---|---|
|
GET |
List all projections |
|
POST |
Create new projection |
|
GET |
Get projection by ID |
|
PATCH |
Update projection parameters |
|
GET |
Get 2D coordinates |
Transformations
Endpoint |
Method |
Description |
|---|---|---|
|
GET |
List all transformations |
|
POST |
Create new transformation |
|
GET |
Get transformation by ID |
|
PATCH |
Update transformation parameters |
Scenarios
Endpoint |
Method |
Description |
|---|---|---|
|
GET |
List built-in scenarios |
|
GET |
Get loading status |
|
DELETE |
Clear all data |
|
GET |
List saved sessions |
|
POST |
Save current state |
|
POST |
Load saved session |
|
POST |
Upload session files |
Python API
See the auto-generated documentation in Backend API (Python).
TypeScript API
See the frontend documentation in Frontend API (TypeScript).