Ecosystem/Mathpix

Mathpix

Tempo
Parse2 endpointsFrom $0.0020 /req

OCR for math and scientific content. Extract LaTeX, MathML, and plain text from images of equations, tables, diagrams, and handwritten math. Best-in-class math recognition accuracy.

View documentation

When should an agent use this?

Use Mathpix when your agent needs to extract mathematical content from images — converting photos of equations to LaTeX, digitizing handwritten math, extracting formulas from scientific papers, or processing math worksheets. Ideal for education agents, research assistants, homework help bots, and any workflow that needs to turn visual math into structured text.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (2)

Extract LaTeX, MathML, and text from an image of math equations, tables, or scientific content.

Path/services/mathpix/mathpix/process-image
MethodPOST
Price$0.0020 per request

Parameters

NameTypeRequiredDescription
srcstringYesImage URL or base64-encoded image data (data:image/png;base64,...)
formatsstring[]NoOutput formats — 'latex_styled', 'text', 'mathml', 'asciimath'

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/mathpix/mathpix/process-image" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "src": "https://example.com/math-equation.png"
}'

IndieGent Endpoint

api.indiegent.com/services/mathpix

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli