Skip to main content
POST
Plate Weight Calculator

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ioUnits
enum<string>

Units

Available options:
metric,
imperial
ioShape
enum<string>

Shape

Available options:
rectangle,
circle,
ring
ioLength
number

Length

Required range: x >= 0
ioWidth
number

Width

Required range: x >= 0
ioDiameter
number

Outside diameter

Required range: x >= 0
ioInnerDiameter
number

Inside (hole) diameter

Required range: x >= 0
ioThickness
number

Thickness

Required range: x >= 0
ioMaterial
enum<string>

Material

Available options:
carbon-steel,
stainless-304,
stainless-316,
stainless-430,
tool-steel,
cast-iron,
aluminium-6061,
aluminium-5052,
aluminium-7075,
copper,
brass,
bronze,
titanium-gr5,
nickel,
zinc,
lead,
magnesium-az31,
acrylic,
polycarbonate,
hdpe,
pvc,
nylon,
glass,
plywood,
custom
ioDensity
number

Density

Required range: x >= 0
ioQuantity
number

Quantity

Required range: x >= 1

Response

Tool output

tool
string
required
tool_version
string
required

Output-contract version for this tool. Currently "1" for all tools.

outputs
object
required
credits_used
integer
required

Credits this call consumed, after any settlement refund. 0 when metering is disabled.

request_id
string
credits_remaining
integer | null

Credits left in the current monthly allowance, or null when metering is disabled.