/v1/compoundsWhat is this product?
Resolve inconsistent upstream names into a stable compound identity.
Release status / Final validation
TitrateLab Data API
We release when the evidence is ready.
This surface is completing final data-integrity, privacy, and operational validation. It is not yet available for production use.
Return to TitrateLab ↗Data API · Wholesale intelligence
A governed data surface for domestic reseller teams: canonical compounds, current price and inventory observations, and attributable lab records—with freshness and exclusions left intact. TitrateLab’s published archive contains 106,850 COA report entries.
/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>",
"data_as_of": {"prices": "<high-water-mark>"},
"stale": false
}
}
01 / Query surface
Start with identity. Move into prices, availability, and batch evidence without changing contracts or losing the observation clock.
/v1/compoundsResolve inconsistent upstream names into a stable compound identity.
/v1/pricesQuery normalized supply-side pricing with its observation time attached.
/v1/inventoryMonitor observed inventory state without treating an undated row as current.
/v1/coa/certificatesRetrieve published certificate fields for batch checks and internal evidence workflows.
Canonical API reference opens with the controlled beta.
02 / Publication method
The record below is sanitized and illustrative. It demonstrates the boundary; it does not represent a customer, vendor, or public row.
Source observation
source_observed_at = "<retained timestamp>"Canonical mapping
canonical_product_id = "<accepted mapping>"Price break
package_quantity = "10 vials?"Publication disposition
publication_status = NOT_PUBLISHEDAI can propose. It cannot publish.
If we cannot prove it, you cannot query it.
Ambiguous mappings stop at review. Source attribution, immutable snapshots, and explicit freshness survive into the customer response.
03 / Reseller operations
TitrateLab supplies a governed market read model. Your team keeps control of merchandising, purchasing, and customer decisions.
Map shifting manufacturer labels into stable internal records before they reach a domestic storefront.
Poll focused observations instead of reopening spreadsheets, PDFs, and message attachments.
Bring attributable certificate fields into support, research, and purchasing workflows.
Read-only boundary. No ordering, no quoting, no checkout, and no vendor-contact facilitation.
04 / Controlled access
Tell us what you need to integrate. We qualify access around the smallest useful contract while the API completes pre-launch validation.
No pitch deck needed. A sentence is enough. We review every request and reply directly.