API Keys
Use these keys to call MathExec models from your application via the Python or JavaScript SDK.
Create new key
Active keys
No keys yet.
SDK quickstart
pip install mathexec
from mathexec import MathExec
client = MathExec(api_key="mx_live_...")
result = client.predict("<model_id>", { "x1": 1.2, "x2": 3.4 })