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
matrixSize
enum<string>

Matrix Size

Available options:
2,
3
operation
enum<string>

Operation

Available options:
add,
subtract,
multiply,
transpose,
determinant,
inverse
outputFormat
enum<string>

Output As

Available options:
fraction,
decimal
A11
string

A[1,1]

A12
string

A[1,2]

A13
string

A[1,3]

A21
string

A[2,1]

A22
string

A[2,2]

A23
string

A[2,3]

A31
string

A[3,1]

A32
string

A[3,2]

A33
string

A[3,3]

B11
string

B[1,1]

B12
string

B[1,2]

B13
string

B[1,3]

B21
string

B[2,1]

B22
string

B[2,2]

B23
string

B[2,3]

B31
string

B[3,1]

B32
string

B[3,2]

B33
string

B[3,3]

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.