API → UnitConvert torque units
Parameters
Name
Type
Req.
Possible values
newton_metres
: Newton metres <https://en.wikipedia.org/wiki/Newton_metre>pound_foot
: Pound foot <https://en.wikipedia.org/wiki/Pound-foot_(torque)>
Possible values
newton_metres
: Newton metres <https://en.wikipedia.org/wiki/Newton_metre>pound_foot
: Pound foot <https://en.wikipedia.org/wiki/Pound-foot_(torque)>
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
newton_metres
: Newton metres <https://en.wikipedia.org/wiki/Newton_metre>pound_foot
: Pound foot <https://en.wikipedia.org/wiki/Pound-foot_(torque)>
Possible values
newton_metres
: Newton metres <https://en.wikipedia.org/wiki/Newton_metre>pound_foot
: Pound foot <https://en.wikipedia.org/wiki/Pound-foot_(torque)>
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/torque/{input_unit}/{output_unit}$ curl "https://api.zoo.dev/unit/conversion/torque/{input_unit}/{output_unit}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"completed_at": "2025-07-10T11:07:26.661Z",
"created_at": "2025-07-10T11:07:26.661Z",
"error": "lUY8b6CoPYqI3d0qUBYMWIn5xHaXJ",
"id": "4734aa6a-4e19-43f4-943b-4978d3485349",
"input": 17,
"input_unit": "newton_metres",
"output": 17,
"output_unit": "newton_metres",
"started_at": "2025-07-10T11:07:26.661Z",
"status": "in_progress",
"updated_at": "2025-07-10T11:07:26.661Z",
"user_id": "32ac7efd-7ecc-418c-9d7c-e52ff4b597f9"
}