Math
Connector for the math API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.math.tools - Auth:
header:X-Mathtools-Api-Secret(pass your key via theapiKeyinput)
Operations
get_numbers_base— GET /numbers/base — Convert a given number from one base to another baseget_numbers_base_binary— GET /numbers/base/binary — Convert a given number to binaryget_numbers_base_hex— GET /numbers/base/hex — Convert a given number to hexadecimalget_numbers_base_octal— GET /numbers/base/octal — Convert a given number to octalget_numbers_cardinal— GET /numbers/cardinal — Get the cardinal of the given numberget_numbers_currency— GET /numbers/currency — Spells out the number as a currency
Inputs
apiKey— your math API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_numbers_base
apiKey: <your key>