Plume API
Fun

/math

Calculate the result of a mathematical expression

GET
/math

Query Parameters

expr*string

The expression to calculate

Length1 <= length <= 100

Response Body

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/math?expr=string"
{
  "result": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}