Skip to main content
Sources represent the websites and pages that AI providers cite when generating responses. These endpoints provide citation analytics.

List sources

GET /api/v2/sources/list

List source domains or URLs for a project.
Query parameters:
ParamTypeDescription
project_idstring (UUID)Target project
user_idstring (UUID)Your user ID
duration_daysintegerTime period (default: 7)
providerstringFilter by AI provider
pageintegerPage number
limitintegerResults per page
Response: List of sources with domain/URL, source type, used percentage, average citations, mentioned status, and brands appeared. See Source metrics for explanations of each metric.

Source detail

GET /api/v2/sources/:source_id/detail

Get detailed information for a specific source domain or URL.
Returns citation history, associated URLs (for domain-level sources), and trend data.

Source conversations

GET /api/v2/sources/:source_id/chats

Get AI responses that cited this source.
Returns the actual AI-generated responses where this domain or URL appeared as a citation.