v1

latestOpenAPI 3.1.02026-07-265897154.5 KB
Sources

Get a cited page's cached content

Cached scraped markdown and entity mentions (brand/competitor) for a cited page. {url} must be percent-encoded. Returns 404 if the URL has not been cited in the project's data window.

get/api/mcp/projects/{projectId}/sources/urls/{url}/content

Path parameters

projectIdstring uuid required

The project id.

urlstring required

A cited URL. Must be percent-encoded.

Query parameters

daysinteger

Lookback window in days. Default and maximum vary by endpoint — see the operation description.

platformstring

Comma-separated AI platform filter (e.g. chatgpt,claude,gemini). Accepted values and whether the param is required vary by endpoint — see the operation description.

topicIdstring uuid

Restrict to a single topic id.

unbranded'true'

Pass true to restrict every metric to non-branded prompts only.

countrystring

Comma-separated ISO 3166-1 country codes (e.g. US,GB) or country names.

locationIdstring

Comma-separated tracked-location ids.

Response

Cached page content.

availableboolean required
titlestring nullable
markdownstring
cachedAtstring date-time
publishedAtstring nullable
updatedAtstring nullable
brandMentionedboolean required
successboolean required

Always true — injected on every success response by this endpoint family's response wrapper.