/sites/:slug/ai-visibilityGet the stored AI visibility snapshot
Returns visibility score, tracked questions, per-platform answers and mentions, cited pages, and run history for ChatGPT, Perplexity, Google AI and Claude. A read never starts or spends a vendor run.
vdr sites:visibility example.comcurl https://verifieddr.com/api/v1/sites/example.com/ai-visibility \
-H "Authorization: Bearer vdr_your_api_key"{
"status": "ready",
"snapshot": { "visibilityScore": 42, "questions": [] },
"prompts": [],
"history": []
}- If no run is stored, status is pending with instructions to start the first run in the dashboard.