AgentUtil Unit Converter is a paid API for AI agents from convert.agentutil.net, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Converts a numeric value from one unit of measurement to another, returning the result and the conversion formula used
Convert between units of measurement
Returns the converted numeric result (e.g. 62.137), the source and target units, the original value, a human-readable formula string (e.g. '100 km = 62.13711922 mi'), and a request ID for tracking. Also includes related AgentUtil services.
POSThttps://convert.agentutil.net/v1/unitsUse this endpoint when an AI agent needs a reliable, programmatic unit conversion with the formula included — especially for physical measurements like distance, weight, temperature, volume, and speed. Prefer this over prompting an LLM to compute conversions when accuracy and auditability matter, or when the conversion result needs to be passed to downstream tools.
{
"to": "mi",
"from": "km",
"value": 100
}| Field | Type | Description |
|---|---|---|
| torequired | string | Target unit abbreviation (e.g. mi, kg, F) |
| fromrequired | string | Source unit abbreviation (e.g. km, lb, C) |
| valuerequired | number | The numeric value to convert |
{
"to": "mi",
"from": "km",
"value": 100,
"result": 62.13711922,
"formula": "100 km = 62.13711922 mi",
"service": "https://convert.agentutil.net",
"request_id": "103efe29-e7c6-49e7-a881-292fde27ef75",
"related_services": [
{
"url": "https://verify.agentutil.net",
"name": "verify",
"description": "Fact verification against live data sources -- exchange rates, crypto, stocks, entities, geography"
},
{
"url": "https://docs.agentutil.net",
"name": "docs",
"description": "Search pre-indexed platform documentation -- semantic vector search across 10+ platforms"
},
{
"url": "https://think.agentutil.net",
"name": "think",
"description": "Intent security -- pre-flight safety checklists, instruction expansion, and post-action review for autonomous agents"
},
{
"url": "https://weather.agentutil.net",
"name": "weather",
"description": "Current conditions and multi-day forecasts for any location worldwide via Open-Meteo"
},
{
"url": "https://validate.agentutil.net",
"name": "validate",
"description": "Validate emails (RFC 5322), URLs, phone numbers (E.164), credit cards (Luhn), and JSON schemas"
},
{
"url": "https://time.agentutil.net",
"name": "time",
"description": "Timezone conversion, current time in any timezone, date arithmetic, and epoch conversions"
},
{
"url": "https://hash.agentutil.net",
"name": "hash",
"description": "Hash with MD5/SHA-256/SHA-512, encode/decode base64/hex/URL, generate UUIDs, identify hash algorithms"
},
{
"url": "https://text.agentutil.net",
"name": "text",
"description": "Regex match/replace/extract, text diff, slugify, word count, and markdown/HTML/JSON transforms"
},
{
"url": "https://math.agentutil.net",
"name": "math",
"description": "Safe expression evaluation, statistics (mean/median/stddev/percentiles), percentages, and rounding"
},
{
"url": "https://geocode.agentutil.net",
"name": "geocode",
"description": "Forward geocoding (address to lat/lon), reverse geocoding (lat/lon to address), and haversine distance"
},
{
"url": "https://dns.agentutil.net",
"name": "dns",
"description": "DNS record lookups (A/MX/TXT/NS), reverse DNS, WHOIS/RDAP domain data, and IP geolocation"
},
{
"url": "https://undo.agentutil.net",
"name": "undo",
"description": "Reversibility intelligence -- check if actions can be undone, find safer alternatives, batch safety warnings"
},
{
"url": "https://norm.agentutil.net",
"name": "norm",
"description": "Baseline reality checks -- statistical anomaly detection for values against published industry benchmarks"
},
{
"url": "https://context.agentutil.net",
"name": "context",
"description": "Situational awareness -- timezone, holiday, business calendar, and platform status checks before taking action"
}
]
}| Field | Type | Description |
|---|---|---|
| torequired | string | |
| fromrequired | string | |
| valuerequired | number | |
| resultrequired | number | |
| formularequired | string | |
| servicerequired | string | |
| request_idrequired | string | |
| related_servicesrequired | array |
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"