TrueCite Documentation Articles

Getting Started

  • What is TrueCite?
  • Quick start guide
  • Setting up your business
  • Plans and limits

AI Engine Scanning

  • How scans work
  • Supported AI engines
  • Writing effective prompts
  • Multi-language & region scanning
  • Setting up auto-scans
  • Language support (35 languages)

Understanding Results

  • What is MentionShare?
  • Reading your dashboard
  • Competitor share of voice
  • Reading scan results
  • Tracking trends over time
  • Brand Sentiment Analysis

Prompt Library

  • Writing effective prompts
  • Per-prompt country targeting
  • Prompt Performance

Fix Generator

  • Introduction to Fix Generator
  • Generating FAQ blocks
  • JSON-LD schema markup
  • Publishing fixes to your site
  • Measuring fix effectiveness
  • Bulk Fix Generator

Features

  • AI SEO Audit
  • Schema Audit
  • LLMs.txt Scanner
  • Daily Summary Narrative
  • Prompt Performance
  • Brand Sentiment Analysis

Citation Graph

  • Understanding the citation graph
  • Authority capture pipeline
  • Improving your citation rate

Team & Collaboration

  • Inviting team members
  • Roles and permissions
  • Managing multiple businesses

Integrations

  • Google Analytics 4 Integration
  • Google Search Console Integration
  • CSV & JSON exports
  • API access

Billing & Plans

  • Plans and limits
  • Trial plan
  • Upgrading your plan
Pricing
Log inStart free trial→
Try free
Measure

MentionShare Tracking

See your brand mention rate across 9 AI engines daily

Competitor Intelligence

Track share-of-voice vs competitors across all engines

Prompt Performance

Per-query mention rates and 90-day trend lines

Brand Sentiment

Track if AI describes your brand positively or negatively

Optimize

Fix Generator

Generate FAQ blocks, JSON-LD schema, and answer paragraphs

AI SEO Audit

Page-by-page AI readiness scoring with specific fixes

Integrations

Connect GA4, Search Console, Slack, and your data stack

Authority Capture

Build topical authority AI engines trust and cite

Featured

Fix Generator

Generate FAQ blocks, JSON-LD schema, and answer paragraphs — ready to publish in one click.

See how it works →

IntegrationsGA4Search ConsoleSlackAPI

By Team

Marketing Teams

Track AI visibility and generate content at scale

Founders & Startups

Get cited by AI engines from day one — no SEO agency needed

Agencies

Manage client workspaces with white-label PDF reporting

B2B SaaS Companies

Win AI-generated buyer comparisons in your software category

Enterprise

SSO, dedicated support & custom contracts

How Teams Use It

Improve AI Citations

Publish content that trains ChatGPT and Perplexity to recommend you

Prove AI-Driven ROI

Connect AI citations to real traffic and pipeline via GA4

Get a Competitive Edge

Real results from teams dominating AI-generated answers

Managing multiple clients?See Agency plan →

Content

Blog

New

AEO strategies, AI visibility guides, and industry insights

What's New

Updated

Latest product releases, features, and platform updates

AEO Beginner Guide

Free

Free 10-step guide to getting cited in AI search results

Tutorials

Step-by-step video walkthroughs for every feature

Reference

Documentation

Platform guide — features, workflows, and getting started

API Reference

REST API docs, authentication, and code examples

Case Studies

Real results from marketing teams and agencies

Comparisons

TrueCite vs Otterly, Peec AI, and more

Security

Data handling, compliance, and infrastructure

New to AEO?
Read the free guide →About us →

🚀 Getting Started

What is TrueCite?Quick start guideSetting up your businessPlans and limits

🔍 AI Engine Scanning

How scans workSupported AI enginesWriting effective promptsLanguage support (35 languages)Running multilingual scansSetting up auto-scans

📝 Prompt Library

Per-prompt country targeting

📊 Understanding Results

What is MentionShare?Reading your dashboardCompetitor share of voiceReading scan resultsTracking trends over timePrompt PerformanceBrand Sentiment AnalysisDaily Summary Narrative

⚡ Fix Generator

Introduction to Fix GeneratorGenerating FAQ blocksJSON-LD schema markupPublishing fixes to your siteBulk Fix GeneratorMeasuring fix effectiveness

🛠️ Features

AI SEO AuditSchema AuditLLMs.txt ScannerAI Speedometer

🔗 Citation Graph

Understanding the citation graphAuthority capture pipelineImproving your citation rate

👥 Team & Collaboration

Inviting team membersRoles and permissionsManaging multiple businesses

🔌 Integrations

Google Analytics 4Google Search ConsoleSlack notificationsCSV & JSON exportsAPI accessEnterprise: Book a Demo
Docs/API access

API access

The TrueCite Public API gives programmatic access to your scan data, MentionShare scores, competitor analysis, and Fix Generator content — and supports triggering new AEO scans from your own workflows via POST /api/v1/scans. It is available on Enterprise plans only. All v1 endpoints are served from https://truecite.ai/api/v1 — there is no separate API subdomain.

The API also supports outbound webhooks — subscribe to scan.completed, mention.dropped, competitor.detected, authority.captured, crawler_check.completed, llms_check.completed, schema_audit.completed, and ai_seo_audit.completed events to receive real-time payloads delivered to your own HTTPS endpoint. Each delivery is signed with HMAC-SHA256 via the X-TrueCite-Signature-256 header so you can verify authenticity. See the REST API Reference → Webhooks for payload shapes and a verification code example. If you prefer polling over webhooks, use GET /api/v1/scans/status/{jobId} to check the status of a scan you triggered via POST /api/v1/scans — it returns per-engine results, tasksSucceeded, and tasksFailed as tasks complete.

Authority Capture is also accessible via API on Pro and Enterprise plans. Use POST /api/v1/authority to trigger a capture from a URL or text transcript, GET /api/v1/authority/status/{jobId} to poll completion, and GET /api/v1/authority/{id}/blocks to retrieve the generated FAQ blocks, answer paragraphs, and JSON-LD schema. Regenerate blocks without re-fetching content via POST /api/v1/authority/{id}/regenerate.

Crawler Check and LLMs.txt Check are also available via API. Use POST /api/v1/crawler-check to run an AI bot access audit for any domain and GET /api/v1/crawler-check/status/{jobId} to poll completion. Similarly, POST /api/v1/llms-check audits a domain's llms.txt, llms-full.txt, and bot permissions — poll via GET /api/v1/llms-check/status/{jobId}. Both feature history endpoints (GET /api/v1/crawler-check and GET /api/v1/llms-check) return paginated results ordered by most recent.

Schema Audit is available via API on Enterprise plans. Use POST /api/v1/schema-audit to trigger a Schema.org structured data scan for any URL and GET /api/v1/schema-audit/status/{jobId} to poll completion. The result includes a score, schemas found and missing, OG/meta tag analysis, fix recommendations, and page metadata. Retrieve any past result by row ID via GET /api/v1/schema-audit/{id}, or browse history via GET /api/v1/schema-audit. The schema_audit.completed webhook fires automatically when a job finishes.

AI SEO Audit is also available via API. Use POST /api/v1/ai-seo-audit to trigger a full-site crawl of the business website (no URL body needed — the business website from your settings is used). Poll progress via GET /api/v1/ai-seo-audit/status/{jobId}. When complete, retrieve paginated results via GET /api/v1/ai-seo-audit (ordered by overall_score ASC — lowest-scoring pages first) or fetch a single page by row ID via GET /api/v1/ai-seo-audit/{pageId}. The ai_seo_audit.completed webhook fires when the audit finishes, with totalPages, pagesCompleted, and avgScore.

Authentication uses a Bearer token in the Authorization header. Keys are in the format tc_live_<32 hex chars> and are shown only once at creation time. The rate limit is 100 requests per hour per key; exceeded requests return 429 Too Many Requests with a Retry-After header.

Getting an API key

1

Upgrade to Enterprise plan

API access requires Enterprise. Contact sales@truecite.ai or upgrade via Dashboard → Settings → Billing.

2

Go to Settings → Developer tab

In your dashboard, open Settings in the sidebar, then click the Developer tab.

3

Click 'New key'

Enter a name (e.g. Production) and click Create. Your full key is shown once — copy it immediately.

4

Add to every request

Pass the key as a Bearer token: Authorization: Bearer tc_live_...

⚠️

API keys are shown only once at creation time and cannot be recovered. Store them in a secrets manager, not in source code or environment files committed to git. Revoke a compromised key from the Developer tab immediately.

Full endpoint reference

Response shapes, query parameters, error codes, and cURL / Python / Node.js examples for all 25 endpoints.

View REST API Reference →

← Previous

CSV & JSON exports

Next →

Enterprise: Book a Demo

Last updated: June 2026 — TrueCite documentation is updated with every product release.

Can't find what you're looking for?

Contact support →
truecite.

When buyers ask AI, your brand is the answer.

Product

  • Pricing
  • Features
  • Integrations
  • API Docs
  • Fix Generator
  • AI SEO Audit

Company

  • About
  • Careers
  • Security
  • Case Studies
  • Comparisons
  • Support
  • Status

Resources

  • Blog
  • Documentation
  • Tutorials
  • AEO Guide
  • AEO Explained
  • GEO Explained

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
truecite.
© 2026 TrueCite · AI Collective Labs Inc
PrivacyTermsSupport