Skip to main content
POST
Matrix Calculator

Authorizations

Authorization
string
header
required

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

Body

application/json
ioMatrixSize
enum<string>

Matrix Size

Available options:
2,
3
ioOperation
enum<string>

Operation

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

Output As

Available options:
fraction,
decimal
ioA11
string

A[1,1]

ioA12
string

A[1,2]

ioA13
string

A[1,3]

ioA21
string

A[2,1]

ioA22
string

A[2,2]

ioA23
string

A[2,3]

ioA31
string

A[3,1]

ioA32
string

A[3,2]

ioA33
string

A[3,3]

ioB11
string

B[1,1]

ioB12
string

B[1,2]

ioB13
string

B[1,3]

ioB21
string

B[2,1]

ioB22
string

B[2,2]

ioB23
string

B[2,3]

ioB31
string

B[3,1]

ioB32
string

B[3,2]

ioB33
string

B[3,3]

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.