jamovi export bridge¶
Keprix exports analytics datasets and analysis plans for jamovi. The bridge is API-driven; jamovi itself runs outside Keprix.
Endpoints¶
| Method | Path | Purpose |
|---|---|---|
POST | /api/analytics/jamovi/export | Build an export package from a dataset |
POST | /api/analytics/jamovi/export/download | Download the generated package |
GET | /api/analytics/jamovi/modules | List supported jamovi modules |
POST | /api/analytics/jamovi/plan | Generate an analysis plan |
POST | /api/analytics/jamovi/r-syntax | Capture R syntax for reproducibility |
See the auto-generated API reference for request schemas.
Workflow¶
- Import or register a dataset in the research workspace.
- Call
/api/analytics/jamovi/planwith the analysis goal. - Export with
/api/analytics/jamovi/exportand open the package in jamovi. - Store external results back on the research project artifact timeline.
Boundaries¶
Keprix does not ship the jamovi GUI. Operators install jamovi locally or on a separate host. Offensive or unrelated analytics stay out of scope for this bridge.