Trigger a Visibility Scan Preview
Kick off a fast, shareable Visibility Scan Preview for a brand — perfect for outreach links and lead-gen workflows.
Authentication: Required
Trigger a lightweight Visibility Scan Preview — the single-shot megaprompt scan that powers the public /visibility-scan-preview/{slug} brand-page report. Designed for outbound prospecting: the GTM partner companion to Generate a Cold-Email Pitch, used to produce a polished, shareable report you can put in front of a prospect in 30–90 seconds.
This is not the right endpoint for paying customers' ongoing visibility monitoring. The Scan Preview runs once, returns a single megaprompt-derived snapshot, and lives at a public URL — purpose-built for outreach. Pendium customers measuring their own brand over time use Trigger a Scan + Get a Report (managed agents, scheduled scans, full raw LLM responses, score history).
Typical use cases for the Scan Preview:
- Cold-email outreach. Embed the returned
reportUrlin an email — by the time the recipient clicks, the URL resolves to a polished/visibility-scan-preview/{brand-slug}page. - Lead generation. Run a report on each new lead so the GTM team has scores + analysis ready in seconds.
- Agency / consultant prospecting. GTM partners and agencies running outbound on their own Pendium account use this endpoint to qualify and warm up a pipeline before the conversation starts.
- In-app lead magnets. Power "scan your brand" flows that don't need to create a managed agent.
Reports complete in 30–90 seconds. Poll Get a Visibility Scan Preview for results.
Request body
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | Website URL to scan. Must be a real, active business website. |
isPublic | boolean | No | true | If true (recommended for outreach), the completed report is reachable at /visibility-scan-preview/{slug} — slug-canonical and indexable. If false, the report stays at the per-UUID preview URL. |
How it works
- The endpoint enqueues a single-shot megaprompt LLM call against ChatGPT, Claude, Gemini, and AI Overviews to estimate visibility.
- It returns immediately with a
uuidandreportUrlpointing at the per-UUID preview URL. - Once the scan completes (and
isPublic=true), that preview URL automatically 308-redirects to the canonical brand-slug URL — so you can embed the preview URL in outreach drafts immediately and it'll resolve to the slug page by the time the recipient clicks.
Free-plan users are blocked at this endpoint with a PLAN_UPGRADE_REQUIRED error. No credits are deducted — Visibility Scan Previews are inexpensive.
Example
Response
If you're on the free plan:
Outreach link shortcut
For email/SMS outreach where you don't want to pre-pay for compute on people who never click, you can skip this endpoint entirely and link recipients to:
The homepage reads the ?report= param and triggers the Visibility Scan Preview on click — anonymous recipients sign in via Privy first, then land at the live in-progress report. Already-authenticated recipients are routed straight through.