AI Physics SolverAPI

Solve physics problems with step-by-step explanations. Supports image or text input for mechanics, electricity & magnetism, thermodynamics, optics, and more.

education~2 credits/callv1.0.0

Endpoint

POST https://backend.aaddyy.com/api/ai/physics-solver

Authentication

Authorization: Bearer YOUR_API_KEY

Parameters

Required

inputTypestringrequired

Values: imagetext

Optional

problemImagestring
problemTextstring
problemCategorystring

Values: mechanicselectricity-magnetismthermodynamicsopticswavesmodern-physicsrelativityfluid-mechanicsotherauto-detect

Default: auto-detect

explanationLevelstring

Values: final-answerstep-by-stepconceptual

Default: step-by-step

unitsPreferencestring

Values: SIImperialMixed

Default: SI

languagestring

Values: englishspanishfrenchhindiarabicchinesecustom

Default: english

solutionFormatstring

Values: texttext-latexpdf

Default: text-latex

includeConstantsAndEquationsboolean

Default: true

Example Request

curl -X POST https://backend.aaddyy.com/api/ai/physics-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 Physics Solver completed successfully",
  "timestamp": "2026-04-01T22:35:51.269Z",
  "requestId": "req_tyyfwh6od",
  "data": {
    "cost": 0.02,
    "remainingCredits": 9.95
  }
}

SDK

import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/physics-solver', {
  "inputType": "example_inputType"
})

Install: npm install aaddyy

Pricing

~2 credits (~$0.02) per request

Rate Limits

30 requests per 60000

Burst: 5