Converter Module

The converter module provides a lightweight endpoint to convert NMR raw data from a remote URL into NMRium-compatible JSON.

Base path: /latest/convert

INFO

For full parsing options (auto-processing, detection, snapshots), use the Spectra module instead.

Endpoints

GET /spectra

Fetch NMR data from a URL and convert it to NMRium JSON.

Query parameter: url — publicly accessible URL to NMR data

bash
curl "https://dev.nmrkit.nmrxiv.org/latest/convert/spectra?url=https://example.com/data.zip"

Response: NMRium-compatible JSON.

Supported formats

Any format recognized by nmr-load-save and nmr-cli, including Bruker archives and JCAMP-DX files.

See also