Unit Conversion Engine
Converts units and shows formulas and factor substitutions.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
value | integer | Yes | Value |
from | text | Yes | From |
to | text | Yes | To |
Outputs
| Name | Type | Description |
|---|---|---|
result | number | Result |
work | array | Work |
Sample request
{
"value": 10,
"from": "mi",
"to": "km"
}