API v1 • 99.98% uptime

Integration Hub

One endpoint. Sub-35ms contextual ad matching for any conversational stack.

POST https://storeos.app/api/public/v1/ad-match

curl -X POST https://storeos.app/api/public/v1/ad-match \
  -H "Content-Type: application/json" \
  -d '{
    "keywords": ["tacos", "mexican food", "dining"],
    "location": "Chattanooga, TN",
    "bot_id": "$STOREOS_BOT_ID"
  }'

Live test console

Calls the real /api/public/v1/ad-match endpoint. Use a bot ID from your dashboard.

response.json
// Run the console to see the winning sponsored payload.