{"service":"unit-convert-api","version":"1.0.0","description":"Dimensional unit conversion: value+from+to or a natural expression. Dimensional-safety, compound units (km/h), affine temperature.","endpoints":["/v1/convert","/v1/units","/v1/dimensions","/health","/version","/openapi.json"],"examples":["POST /v1/convert {\"value\":100,\"from\":\"km/h\",\"to\":\"mph\"}","POST /v1/convert {\"expression\":\"5 ft 3 in to cm\"}","POST /v1/convert {\"value\":37,\"from\":\"C\",\"to\":\"F\"}"]}