API → UnitConvert length units
Parameters
Name
Type
Req.
Possible values
cm: Centimeters <https://en.wikipedia.org/wiki/Centimeter>ft: Feet <https://en.wikipedia.org/wiki/Foot_(unit)>in: Inches <https://en.wikipedia.org/wiki/Inch>m: Meters <https://en.wikipedia.org/wiki/Meter>mm: Millimeters <https://en.wikipedia.org/wiki/Millimeter>yd: Yards <https://en.wikipedia.org/wiki/Yard>
Possible values
cm: Centimeters <https://en.wikipedia.org/wiki/Centimeter>ft: Feet <https://en.wikipedia.org/wiki/Foot_(unit)>in: Inches <https://en.wikipedia.org/wiki/Inch>m: Meters <https://en.wikipedia.org/wiki/Meter>mm: Millimeters <https://en.wikipedia.org/wiki/Millimeter>yd: Yards <https://en.wikipedia.org/wiki/Yard>
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
cm: Centimeters <https://en.wikipedia.org/wiki/Centimeter>ft: Feet <https://en.wikipedia.org/wiki/Foot_(unit)>in: Inches <https://en.wikipedia.org/wiki/Inch>m: Meters <https://en.wikipedia.org/wiki/Meter>mm: Millimeters <https://en.wikipedia.org/wiki/Millimeter>yd: Yards <https://en.wikipedia.org/wiki/Yard>
Possible values
cm: Centimeters <https://en.wikipedia.org/wiki/Centimeter>ft: Feet <https://en.wikipedia.org/wiki/Foot_(unit)>in: Inches <https://en.wikipedia.org/wiki/Inch>m: Meters <https://en.wikipedia.org/wiki/Meter>mm: Millimeters <https://en.wikipedia.org/wiki/Millimeter>yd: Yards <https://en.wikipedia.org/wiki/Yard>
Possible values
queued: The async API call is queued.uploaded: The async API call was uploaded to be converted.in_progress: The async API call is in progress.completed: The async API call has completed.failed: The async API call has failed.
get
/unit/conversion/length/{input_unit}/{output_unit}$ curl "https://api.zoo.dev/unit/conversion/length/{input_unit}/{output_unit}?value=REQUIRED" \
--header "Authorization: Bearer $TOKEN"200 OK
Response{}