Math

Math

GET https://my.elara.services/api/math

Query Parameters

Name
Type
Description

key

string

Your API key

Request Body

Name
Type
Description

problem

string

The problem to solve Ex: 2+2

{
    status: true,
    answer: "ANSWER"
}

Last updated