Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
mode
enum<string>

What do you want to find?

Available options:
size,
capacity
jointLoad
number

Joint load to carry (kN)

Required range: 0.01 <= x <= 100000
weldLegSize
number

Fillet weld leg size (mm)

Required range: 1 <= x <= 50
weldLength
number

Total effective weld length (mm)

Required range: 1 <= x <= 100000
electrode
enum<string>

Electrode classification

Available options:
E60XX,
E70XX,
E80XX,
E90XX,
E100XX,
E110XX,
custom
customStrength
number

Electrode tensile strength F_EXX (MPa)

Required range: 1 <= x <= 2000
thickerPartThickness
number

Thickness of the thicker part joined (mm) — optional

Required range: 0.1 <= x <= 500

Response

Tool output

outputs
object
required
tool
string
required

The tool's slug, echoing the {slug} in the request path.

tool_version
string
required

Output-contract version for this tool.

credits_used
integer
required

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

credits_remaining
integer | null
required

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

request_id
string

Correlation id, also sent as x-request-id.