Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
soluteInputMode
enum<string>

Solute Amount

Available options:
moles,
mass
moles
number

Moles of Solute (mol)

Required range: x >= 0
soluteMass
number

Solute Mass (g)

Required range: x >= 0
molarMass
number

Molar Mass (g/mol)

Required range: x >= 0
solventMass
number

Solvent Mass

Required range: x >= 0
solventMassUnit
enum<string>

Solvent Mass Unit

Available options:
kg,
g
includeColligative
boolean

Also calculate freezing & boiling point shifts

solventPreset
enum<string>

Solvent

Available options:
water,
custom
kf
number

Freezing Point Depression Constant Kf (°C·kg/mol)

Required range: x >= 0
kb
number

Boiling Point Elevation Constant Kb (°C·kg/mol)

Required range: x >= 0
vantHoff
number

Van't Hoff Factor (i)

Required range: x >= 0

Response

Tool output

outputs
object
required
tool
string
required

The tool's slug, echoing the {slug} in the request path.

tool_version
string
required

Output-contract version for this tool.

credits_used
integer
required

Credits this call consumed, after any settlement refund. 0 when metering is disabled.

credits_remaining
integer | null
required

Credits left in the current monthly allowance, or null when metering is disabled.

request_id
string

Correlation id, also sent as x-request-id.