Run a free AI-search visibility scan on any website (how visible a brand is in ChatGPT, Perplexity, Google AI, etc.) and read back a score, confidence interval, the biggest gap, and a branded report URL.
curl -X POST https://app.collimer.com/api/v1/scan \
-H 'content-type: application/json' \
-d '{"url":"example.com","source":"agent"}'
→ 201 { scan_token, status, poll_url, report_url }
curl https://app.collimer.com/api/v1/scan/<scan_token>
→ 202 while running, then 200 with the teaser
(score, confidence_interval, top_gap,
report_url, cta_url).
A beacon_free_scan Claude Code skill is available, and an MCP server is in
progress so agents can run scans natively. Scans are tagged by source
(web / api / mcp / agent).