Skip to main content

ZeqSpectroscopy

Spectral analysis with HulyaPulse modulation. UV-Vis, IR, Raman, fluorescence peak fitting, compound identification, concentration quantification via Beer-Lambert.

EndpointPOST /api/optics/spectroscopy
Authapi-key
Rate limit15/min
Categoryoptics

Parameters

NameTypeRequiredDescription
spectrumobjectYes{ wavelengths, intensities } spectral data.
typestringNo'uv-vis', 'ir', 'raman', 'fluorescence'.
referenceLibrarystringNoSpectral library to match against.

Returns

{ peaks, compounds, concentrations, absorbance, beerLambertFit, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"spectrum": {},
"type": "uv-vis",
"referenceLibrary": "<referenceLibrary>"
}' \
"https://zeqsdk.com/api/optics/spectroscopy"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-spectroscopy.