API → Unit → Convert 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-02-11T16:13:33.582Z",
"created_at": "2025-02-11T16:13:33.582Z",
"error": "ABlN8jJsNvxUixK6oxR3Cswpt3FR",
"id": "05efafa0-58cb-46a1-b766-19aad075efc5",
"input": 6,
"input_unit": "pound_foot",
"output": 16,
"output_unit": "newton_metres",
"started_at": "2025-02-11T16:13:33.582Z",
"status": "queued",
"updated_at": "2025-02-11T16:13:33.582Z",
"user_id": "f7404478-6fef-4701-b8c8-a351a6c538d1"
}