Resets nightly at 03:00 UTC Β·
Send a prediction and reward the result. The model updates instantly.
Same calls, from your terminal. Updates as you interact above.
curl -s https://sandbox.banditdb.com/campaigns \ -H "X-Api-Key: banditdb-demo"
curl -s -X POST https://sandbox.banditdb.com/predict \
-H "Content-Type: application/json" \
-H "X-Api-Key: banditdb-demo" \
-d '{"campaign_id":"sleep","context":[1.0,0.35,0.50,0.60,0.96]}'
curl -s -X POST https://sandbox.banditdb.com/reward \
-H "Content-Type: application/json" \
-H "X-Api-Key: banditdb-demo" \
-d '{"interaction_id":"<from predict response>","reward":0.80}'