AI Math SolverAPI
Solve mathematical problems with step-by-step explanations. Supports image or text input for arithmetic, algebra, geometry, calculus, and more.
education~2 credits/callv1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/math-solver
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
inputTypestringrequiredValues: imagetext
Optional
problemImagestringproblemTextstringproblemCategorystringValues: arithmeticalgebrageometrytrigonometrycalculusstatisticslinear-algebraotherauto-detect
Default: auto-detect
explanationLevelstringValues: briefstep-by-stepconceptual
Default: step-by-step
languagestringValues: englishspanishfrenchhindiarabicchinesecustom
Default: english
solutionFormatstringValues: texttext-latexpdf
Default: text-latex
includeVisualizationbooleanDefault: false
showWorkStepsbooleanDefault: true
Example Request
curl -X POST https://backend.aaddyy.com/api/ai/math-solver \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"inputType": "example_inputType"
}'Request Body
{
"inputType": "example_inputType"
}Example Response
{
"success": true,
"message": "AI Math Solver completed successfully",
"timestamp": "2026-04-01T22:35:43.169Z",
"requestId": "req_0mnvmyrw1",
"data": {
"cost": 0.02,
"remainingCredits": 9.95
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/math-solver', {
"inputType": "example_inputType"
})Install: npm install aaddyy
Pricing
~2 credits (~$0.02) per request
Rate Limits
30 requests per 60000
Burst: 5