Using math-recognition-example-android with math.tools

Java integration

Install
# Maven: see https://github.com/selvypen/math-recognition-example-android
Get digits of pi (Ï€)
curl \
  -H "X-Mathtools-Api-Secret: $API_KEY" \
  https://api.math.tools/numbers/pi
Get the number of the day for current day
curl \
  -H "X-Mathtools-Api-Secret: $API_KEY" \
  https://api.math.tools/numbers/nod
Convert a given number from one base to another base
curl \
  -H "X-Mathtools-Api-Secret: $API_KEY" \
  https://api.math.tools/numbers/base
SDK on GitHub 📄 API Docs
SDK
math-recognition-example-android
Java
API
math.tools
math.tools
At a glance
Language Java
Endpoints26
Base URLhttps://api.math.tools