/v1/compoundsCanonical catalog identity
Resolve shifting product labels into stable compound records before they reach your catalog.
Controlled beta · read-only
A governed market-data API for domestic reseller teams. Normalize compound identities, monitor current pricing and availability, and retrieve attributable lab records without building on an ambiguous spreadsheet.
/v1/inventory?compound=<canonical-id>curl "https://api.titratelab.com/v1/inventory?compound=<canonical-id>" \
-H "Authorization: Bearer <your-key>"
{
"data": [{
"compound": "<canonical-id>",
"availability": "<observed-state>",
"observed_at": "<source-timestamp>"
}],
"meta": {
"snapshot_id": "<immutable-snapshot>",
"stale": false
}
}
/v1/prices?compound=<canonical-id>curl "https://api.titratelab.com/v1/prices?compound=<canonical-id>" \
-H "Authorization: Bearer <your-key>"
{
"data": [{
"compound": "<canonical-id>",
"total_cost": "<decimal>",
"observed_at": "<source-timestamp>"
}],
"meta": {
"data_as_of": {"prices": "<high-water-mark>"},
"stale": false
}
}
2026-08-06T11:40:28ZThe query surface
Start with canonical identity, then move into current market observations and batch-level evidence. Every surface uses the same read-only envelope.
Inspect the complete contract/v1/compoundsResolve shifting product labels into stable compound records before they reach your catalog.
/v1/pricesQuery normalized supply-side prices with observation time and snapshot context attached.
/v1/inventoryMonitor observed inventory state without treating an undated row as current truth.
/v1/coa/certificatesRetrieve published certificate fields for batch checks and internal evidence workflows.
Freshness is data
Pricing and availability only become operational when time travels with the row. TitrateLab exposes the serving snapshot, source high-water marks, and stale state so your integration can decide whether to act, wait, or alert.
read_only=truepackage_quantity = "10 vials?"proposal.confidence = 0.71evidence = insufficientstatus = NOT_PUBLISHEDThe trust boundary
If we cannot prove it, you cannot query it. Ambiguous mappings stop at review; customer-visible records pass deterministic checks and preserve their provenance.
Built for operators
Map inconsistent upstream names into stable records before merchandising or analysis.
Poll focused market observations instead of reopening spreadsheets, PDFs, and message attachments.
Bring attributable certificate fields into internal research, support, and purchasing workflows.
A bright boundary: the API provides market evidence. No ordering, no quoting, no checkout, and no vendor-contact facilitation.
Business access
Access is controlled while the API completes pre-launch validation. Tell us what you need to integrate; we will qualify the smallest useful contract with you.
No instant key issuance. We review the integration and reply directly.