Resolve recipe materials and compute normalized chemistry foundation for downstream analysis.
API Surface (Draft)
JSON-first endpoint design for analysis, comparison, thermal fit checks, and report generation. Intended for repeatable studio and industrial workflows.
Return UMF with flux balance and network former/modifier context.
Generate multi-axis risk assessment, confidence level, and missing-data diagnostics.
Evaluate material substitution drift and expected behavior tradeoffs.
Normalize material records with source, LOI, and oxide mapping metadata.
Assess thermal fit proxies against body and firing context, including crazing and shivering risk factors.
Render versioned PDF report artifact from validated JSON report payload.
Example stability-check response shape
{
"report_id": "rep_2026_04_30_001",
"engine_version": "v1.0.0",
"confidence": {
"level": "medium",
"score_0_to_1": 0.58
},
"risks": [
{
"risk_id": "thermal_fit.crazing.elevated_expansion_proxy",
"severity": "elevated",
"recommended_actions": [
"Test on intended clay body",
"Run boiling/freezing cycle",
"Compare increased silica variant"
]
}
]
}