📐
Unit Converter
Convert between common units of length, weight, temperature, and data.
math
API: POST /api/tools/unit-converter
Input
Result
🔌 API Usage
POST /api/tools/unit-converter
Content-Type: application/json
// Example body:
{
"value": "1",
"from_unit": "meters",
"to_unit": "feet",
"category": "length"
}
Content-Type: application/json
// Example body:
{
"value": "1",
"from_unit": "meters",
"to_unit": "feet",
"category": "length"
}