Discover target queries
Bootstrap a brand-tracking workflow with /v1/discover. Returns 10–50 query candidates with intent tags and 0..1 scores so you can prioritize which queries to feed into your brand monitor.
Why it matters
You can't track what you don't know to track. /v1/discover takes a brand + industry and returns queries that are likely to surface the brand in AI answers — split by intent (informational / commercial / comparison) so you can match queries to funnel stages.
Code
bash
curl https://api.mentionsapi.com/v1/discover \
-H "Authorization: Bearer lvk_live_..." \
-H "Content-Type: application/json" \
-d '{"brand": "HubSpot", "industry": "CRM software", "count": 25}'Pricing
$0.50 per discover call. 7-day cache on (brand, industry) — repeat calls within the window return the cached candidate list at the same price for now (cache-discount coming in a future revision).