Maths API
The Math Operations API provides a straightforward and efficient way for developers to incorporate basic mathematical operations into their applications. It supports three primary operations: addition, subtraction, and multiplication. The API is designed to accept two numbers as input in JSON format and returns the result of the specified operation. It's built using Node.js and Express, ensuring…
Maths API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Sum /sum |
Adds two numbers and returns the sum. |
| POST |
Minus /minus |
Subtracts the second number from the first and returns the difference. |
| POST |
multiply /multiply |
Multiplies two numbers and returns the product. |
Maths API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $10 / month | — |
|
| PRO | Free | — |
|