Wolfram
W
Wolfram
/api/v1/cloud-plugin

Evaluate Wolfram Language code

Evaluate Wolfram Language code

liveunknown~3s typical
wolfram
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-wolframalpha-com /api/v1/cloud-plugin for me.

Input

FieldTypeDescription
input*stringthe input expression default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-wolframalpha-com","endpoint":"/api/v1/cloud-plugin","input":{"input":"..."}}'
cli
npx cracked-ai run -p oa-wolframalpha-com -e /api/v1/cloud-plugin -i '{"input":"..."}'
mcp
run_tool({ provider: "oa-wolframalpha-com", endpoint: "/api/v1/cloud-plugin", input: {"input":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.