Converts area, sampling depth, bulk density and initial/final organic-carbon mas
Converts area, sampling depth, bulk density and initial/final organic-carbon mass fractions into stock estimates and a gross CO2-equivalent difference. This is a simple stock-difference calculation; it does not establish additionality, permanence, leakage, sampling representativeness, credit eligibility or verified carbon removal.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
871 msmedian answer time
$0.003listed price per call
$0.003price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agri.halowerk.com/v1/carbon-capture
| Category | Market data |
|---|---|
| Provider host | agri.halowerk.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.003 | 871 ms |
Example input (from the provider)
{
"body": {
"area_hectares": 12,
"bulk_density_kg_per_m3": 1320,
"final_organic_carbon_percent": 2.05,
"initial_organic_carbon_percent": 1.8,
"sampling_depth_cm": 30
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"area_hectares": {
"maximum": 100000000,
"minimum": 0.0001,
"type": "number"
},
"bulk_density_kg_per_m3": {
"maximum": 5000,
"minimum": 1,
"type": "number"
},
"final_organic_carbon_percent": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"initial_organic_carbon_percent": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"sampling_depth_cm": {
"maximum": 1000,
"minimum": 0.1,
"type": "number"
}
},
"required": [
"area_hectares",
"sampling_depth_cm",
"bulk_density_kg_per_m3",
"initial_organic_carbon_percent",
"final_organic_carbon_percent"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}