Scrunch APIs: What’s available and how they work

Scrunch provides two primary APIs—plus a few supporting endpoints—to help teams measure and improve brand visibility across AI platforms.

Available APIs

What you can measure

Scrunch is built to quantify how your brand shows up in AI—and how that compares to competitors—so you can track progress and act:

These metrics are available via the Query API for easy reporting, while the Responses API lets you inspect the underlying answers and sources in detail.

Example: authenticate and run a first query

Scrunch uses bearer token authentication. Tokens can be scoped to a single brand or multiple brands within an organization.

curl -H "Authorization: Bearer ${SCRUNCH_API_TOKEN}" \
"https://api.scrunchai.com/v1/${BRAND_ID}/query?fields=brand_presence_percentage"

If you see authentication errors, confirm your bearer token is active in Settings → API keys and hasn’t expired or been revoked.

Data collection timing and billing

Integrations and analytics workflows

AI-readiness checks and AXP

Getting started and resources