cURL
curl --request POST \ --url https://api.cnaught.com/v1/quotes/ground-transport \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "distance_km": 500.5, "vehicle_type": "school_bus" }'
{ "amount_kg": 15, "price_usd_cents": 2350 }
Get a price quote for offsetting ground transportation carbon emissions. Will return the amount of CO₂e to offset and total price.