Lavoisier Labs

API Documentation

Back to site

Chemistry Models API

Overview

Embed FormulaIQ and Studio Pro models in your LIMS, ELN, or internal tools — programmatic access to the same physics-informed predictions.


Coming soon

Coming soon — detailed docs will land here shortly.

Endpoint reference, authentication guides, and SDK examples will appear here.

Preview

Example client surface — not live yet.

JavaScriptPythoncURL
const client = new LavoisierClient({
  key: process.env.LL_API_KEY
});

const recipe = await client.formulaIQ.inverse({
  targets: { viscosity: [1200, 1500],
             temp: 25 },
  constraints: { reach: 'EU' }
});