API Reference
All endpoints are public. No authentication required. JSON responses with permissive CORS.
Generic endpoints
List datasets
/api/public/datasetsQuery (agent-friendly)
POST /api/public/queryBody: {"dataset":"<name>","filter":{"field":"value"},"q":"text","limit":10,"offset":0}
Per-dataset REST
No datasets yet.
Utilities
GET /api/public/random/name?count=1GET /api/public/random/uuidGET /api/public/random/number?min=1&max=100Custom actions
Defined in the admin UI. URL pattern: POST /api/public/action/{slug}