API Reference

All endpoints are public. No authentication required. JSON responses with permissive CORS.

Generic endpoints

List datasets
/api/public/datasets
Query (agent-friendly)
POST /api/public/query

Body: {"dataset":"<name>","filter":{"field":"value"},"q":"text","limit":10,"offset":0}

Per-dataset REST

No datasets yet.

Utilities

GET /api/public/random/name?count=1
GET /api/public/random/uuid
GET /api/public/random/number?min=1&max=100

Custom actions

Defined in the admin UI. URL pattern: POST /api/public/action/{slug}