Documentation · Platform

Platform & API (Phase 1)

Stack: FastAPI (backend/nims), PostgreSQL, Prisma for migrations only, React + Vite (web/). Build output web/dist can be served by the API under /app/.

Web console (behavioral summary)

REST touchpoints (UI-centric)

Feature Endpoint
SearchGET /v1/search?q=&limit=
Me / preferencesGET /v1/me, PATCH /v1/me
Bulk CSV/JSONGET /v1/bulk/{resourceType}/export, POST /v1/bulk/{resourceType}/import/csv, POST /v1/bulk/{resourceType}/import/json
Object viewGET /v1/resource-view/{resourceType}/{id}
Graph onlyGET /v1/resource-graph/{resourceType}/{id}

Authoritative detail: platform/README.md

← Back to documentation