AI citation gaps

Ask where your brand should be cited but is missing. Cite42 gives your AI the citations, rankings, search, and comparison checks to run.

Overview

Use this when AI answers cite other sites and your owned content is absent.

The workflow starts with citations, then checks rankings and competitor framing.

The workflow price is calculated from the primitive tools it runs. The listed default is $0.64 for all models; pass fewer models to reduce the per-model primitive portion.

Example

Ask your agent in plain English and it calls the workflow tool for you:

# you say
Why is our AI SEO guide not cited for "how to track ChatGPT visibility"?

The tool runs every primitive in parallel and returns the aggregated data to your agent (you never see this directly):

{
  "status": "workflow_result",
  "workflow": "ai_citation_gaps",
  "results": [
    { "endpoint": "/v1/citations", "ok": true, "why": "Finds which sources AI models cite and where your site is missing.", "data": { /* full /v1/citations output */ } },
    { "endpoint": "/v1/rankings", "ok": true, "why": "Measures which brands appear in AI answers and where they rank.", "data": { /* full /v1/rankings output */ } },
    { "endpoint": "/v1/search", "ok": true, "why": "Shows what AI models already say about the topic.", "data": { /* full /v1/search output */ } },
    { "endpoint": "/v1/compare", "ok": true, "why": "Compares one brand against competitors in AI answers.", "data": { /* full /v1/compare output */ } }
    // …one entry per primitive in the workflow
  ]
}

Your agent reads the per-source results and answers you in plain English:

# your AI replies
Find source gaps — here's what the data shows and what to do next…

Full input and output schema: POST /v1/workflows/ai-citation-gaps. Workflow pricing follows the primitive tools in the plan and the selected model rates.

AI citation gaps - Cite42 Docs | Cite42