Magent Reticulocyte Index Calculator is a paid API for AI agents from api.magentlab.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Calculates corrected reticulocyte count (CRC), Hillman 1969 maturation-shift reticulocyte index (RI), and optionally absolute reticulocyte count (ARC) from retic%, hematocrit, and optionally RBC count.
Corrected reticulocyte count (retic% × Hct/45), Hillman 1969 maturation-shift reticulocyte index, and optional absolute reticulocyte count. Deterministic published arithmetic with citation; not a marrow diagnosis.
Returns the corrected reticulocyte count (retic% × Hct/45), the Hillman 1969 maturation-shift reticulocyte index using discretized maturation days (1.0 at Hct ≥40%, 1.5 at ≥30%, 2.0 at ≥20%, 2.5 below 20%), and optionally the absolute reticulocyte count per µL when RBC is provided. Includes the cited formula and interpretive context.
GEThttps://api.magentlab.com/api/calc/reticulocyte_indexUse this endpoint when you need a deterministic, citation-backed computation of the corrected reticulocyte count and Hillman maturation-shift reticulocyte index — especially in automated clinical documentation, EMR enrichment, or anemia classification workflows. Prefer over general LLM-based calculation when reproducibility and published arithmetic with citation are required.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/reticulocyte_index",
"count": 2,
"items": [
{
"formula": "reticulocyte_index",
"citation": {
"id": "hillman-1969",
"doi": "10.1172/JCI106002",
"title": "Characteristics of marrow production and reticulocyte maturation in normal man in response to anemia",
"source": "J Clin Invest. 1969;48(3):443-453",
"authors": "Hillman RS"
},
"arc_per_ul": 100000,
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"maturation_days": 1,
"formula_expression": "CRC = reticulocyte_percent * (hematocrit_percent / 45); RI = CRC / maturation_days; ARC_per_uL = reticulocyte_percent/100 * rbc_million_ul * 1e6 when RBC is given",
"hematocrit_percent": 45,
"reticulocyte_index": 2,
"reticulocyte_percent": 2,
"corrected_reticulocyte_percent": 2
},
{
"formula": "reticulocyte_index",
"citation": {
"id": "hillman-1969",
"doi": "10.1172/JCI106002",
"title": "Characteristics of marrow production and reticulocyte maturation in normal man in response to anemia",
"source": "J Clin Invest. 1969;48(3):443-453",
"authors": "Hillman RS"
},
"arc_per_ul": 100000,
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"maturation_days": 1,
"formula_expression": "CRC = reticulocyte_percent * (hematocrit_percent / 45); RI = CRC / maturation_days; ARC_per_uL = reticulocyte_percent/100 * rbc_million_ul * 1e6 when RBC is given",
"hematocrit_percent": 45,
"reticulocyte_index": 2,
"reticulocyte_percent": 2,
"corrected_reticulocyte_percent": 2
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"