Skip to main content
Pitch Audits are a pre-sales workflow for agencies. They help you qualify prospects, prepare sales conversations, and show AI visibility opportunities before creating a full client workspace. Enter a prospect domain, choose the market and AI engines, review the generated buyer prompts, then launch the audit and share the report. Use Pitch Audits when you need to:
  • show a prospect how AI assistants answer buyer questions in their category
  • compare the prospect against competitors detected in those answers
  • surface cited sources, content gaps, and available-to-buy opportunities
  • share a sales-ready report before a full client onboarding
Pitch Audits are available to agency teams.

Create a Pitch Audit

1

Open Pitch Audits

In Qwairy, go to Pitch Audits.
2

Enter the prospect domain

Add the prospect website and choose the country for the audit. Country selection controls which AI engines are available.
3

Adjust audit settings

Choose from 1 to 100 prompts and select which AI engines to run. The default remains 20 prompts with ChatGPT, Gemini, and Copilot. Depending on country availability, you can also select Perplexity, AI Mode, and Grok.
4

Review prompts

Qwairy generates buyer prompts for the selected market. Review, edit, add, or remove prompts before launching answer generation.
5

Launch answer generation

Confirm the prompts to spend credits and collect AI answers. You can also enable automatic launch after prompt review when creating the audit.

Credits

Credits are charged only when AI answers are generated. Prompt preparation and prompt review do not spend response credits. Pitch Audit and admin audit creation support up to 100 prompts. The default remains 20. For Pitch Audits, each selected AI engine costs 1 credit per prompt.
For example, a 20-prompt audit across the three default engines costs:

What the Report Includes

Pitch Audit reports are built for pre-sales conversations. A completed report includes:
  • an AI visibility score for the audited brand
  • the underlying prompts and answer evidence
  • cited source domains and source URLs
  • available-to-buy opportunities when sources can be targeted
  • Social, Shopping, Local, and Ads/Sponsored insights when detected
  • multi-competitor reports when competitors are found
  • public sharing options for client-facing delivery
Pitch Audit reports are snapshots. AI assistants can answer differently over time, so create a new audit when you want a fresh market read.

Share the Report

Open the completed report and copy its public link to share it with a prospect or client. Public reports include the same report improvements as the dashboard report, including the detected insight sections when available. If your team uses white-label features, shared reports follow your agency branding settings.

Read Pitch Audits through REST API and MCP

Pitch Audit integrations are read-only. They can list audits and read complete reports, but cannot create, confirm, retry, or modify them.
  • REST API: GET /api/v1/pitch-audits and GET /api/v1/pitch-audits/{auditId}
  • MCP: list_pitch_audits and get_pitch_audit
Each detailed report returns availableSubjects and coCompetitors. To open a co-competitor’s derived report, reuse its subjectId with the same audit:
With REST API, use the nested report resource: /api/v1/pitch-audits/{auditId}/reports/{subjectId}. Add includeCoCompetitorScores=true to retrieve every co-competitor and its score summary in one request. Report summaries omit full answer text by default; pass includeAnswers=true only when evidence-level access is required. See Pitch Audit API and Pitch Audit MCP tools.