Slotster AI — API demo

Raw /check responses over the same public endpoint an integrator would call.

Try it

Click a scenario to POST a canned payload to /check and see the JSON response come back live. The demo API key is fetched at page load from /demo/config — public by design.

Click a scenario to see the response …

curl equivalent

Any of the button clicks is equivalent to:

curl -X POST https://slotsterai.com/check \
  -H "X-API-Key: <demo-key>" \
  -H "Content-Type: application/json" \
  -d @scenarios/anchor-in-range.json