Query flight and hotel CO₂ directly from your systems via REST API. No Excel upload needed — get IATA & ICAO compliant results instantly with a single request.
// One request — instant CO₂ result const res = await fetch( "https://api.calco2ai.com/v1/emissions", { method: "POST", headers: { Authorization: "Bearer ${API_KEY}" }, body: JSON.stringify( { from: "IST", to: "LHR", cabin: "economy" } ) } ); const { co2_kg } = await res.json();
{"co2_kg": 187.42,
"standard": "ICAO",
"distance_km": 2501}
If your company wants to integrate with the CalCo2AI API, fill out the application form and our team will reach out.