curl -X POST https://walter-swart.vercel.app/api/v1/persona/select \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"context": {
"zip": "94102"
},
"banners": [
{
"id": "espresso",
"tag": "coffee-culture",
"headline": "Start your morning with a single-origin pour-over"
},
{
"id": "oat-latte",
"tag": "health-conscious",
"headline": "Oat milk latte — plant-based perfection"
},
{
"id": "pastry",
"tag": "comfort",
"headline": "Fresh-baked croissants every morning at 6am"
},
{
"id": "cold-brew",
"tag": "fitness",
"headline": "Cold brew on tap — protein-boosted options available"
}
]
}'Pick a scenario, adjust the ZIP code and banners, then click Run to see which banner wins.
vdev