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>

Direction

Available options:
colors,
value
bandCount
enum<string>

Number of Bands

Available options:
4,
5,
6
resistanceInput
string

Resistance Value

band1
enum<string>

Band 1 (1st digit)

Available options:
black,
brown,
red,
orange,
yellow,
green,
blue,
violet,
grey,
white
band2
enum<string>

Band 2 (2nd digit)

Available options:
black,
brown,
red,
orange,
yellow,
green,
blue,
violet,
grey,
white
band3
enum<string>

Band 3 (3rd digit)

Available options:
black,
brown,
red,
orange,
yellow,
green,
blue,
violet,
grey,
white
multiplier
enum<string>

Multiplier

Available options:
silver,
gold,
black,
brown,
red,
orange,
yellow,
green,
blue,
violet,
grey,
white
tolerance
enum<string>

Tolerance

Available options:
brown,
red,
green,
blue,
violet,
grey,
gold,
silver,
none
tcr
enum<string>

Temp. Coefficient

Available options:
brown,
red,
orange,
yellow,
blue,
violet,
black,
green,
grey

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.