Platform & APIs
The NEMAR platform exposes two HTTP surfaces. The backend API powers authentication, the dataset lifecycle, admin operations, publication, and DOIs. The data plane serves public dataset content. Both run on Cloudflare. The CLI and the browser are clients of these APIs; you can also call them directly.
- Backend API —
api.nemar.org. Bearer-token authenticated endpoints for auth, datasets, sandbox, publication, and admin. - Data API —
data.nemar.org. Public, unauthenticated access to dataset files, version manifests,records.json, and archive zips.