Fun
/math
Calculate the result of a mathematical expression
Query Parameters
expr*string
The expression to calculate
Length
1 <= length <= 100Response 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"
}