1. Compare materials
{
"options": [
{"material": "steel", "co2e": 2900.0},
{"material": "aluminium", "co2e": 7803.0}
],
"best_low_carbon_option": "steel"
}
Karboncheck helps AI agents estimate and compare the carbon footprint of materials such as steel, aluminium, plastics, concrete, and stainless steel to support low-carbon decisions.
{
"options": [
{"material": "steel", "co2e": 2900.0},
{"material": "aluminium", "co2e": 7803.0}
],
"best_low_carbon_option": "steel"
}
POST /api/estimate
{
"query": "aluminium",
"quantity": 1,
"unit": "tonne"
}
"Which material should I use to reduce carbon footprint?"
Use /api/compare-materials to rank the options and keep the
lowest-carbon one for the same quantity and unit.
Materials sit at the heart of industrial purchasing and embodied carbon decisions.
The same material family can have very different emission factors depending on source and process.
The goal is not only to expose data, but to support compare-and-decide workflows in AI tools and product software.