Get paginated alignment sources
Returns paginated sources from alignment analysis with evaluation scores
API Key for programmatic access
In: header
Path Parameters
UUID of the domain
uuidQuery Parameters
Page number (1-based)
11 <= valueItems per page (max 200)
501 <= value <= 1000Start date for the report range
End date for the report range
Global filter by LLM models (from report context)
Grouping mode
"domain" | "url"Filter by models
Filter by prompts
Text search on source
Sort order
"asc" | "desc"Filter by market-language code pair ID
Filter by evaluations
Sort by field
"source" | "count" | "evaluation" | "avgScore"Response Body
application/json
curl -X GET "https://example.com/domains/497f6eca-6276-4993-bfeb-53cbbbba6f08/sources/alignment"{
"data": [
[
null
]
],
"total": 142,
"page": 1,
"limit": 50,
"totalPages": 3,
"hasNext": true,
"hasPrev": false,
"filterOptions": {
"models": [
[
null
]
],
"prompts": [
[
null
]
],
"evaluations": [
"Aligned",
"Partially Aligned",
"Misaligned"
]
}
}Get enrichment data for source URLs POST
Takes a batch of source URLs (max 100) and returns enrichment metadata for each: the domain category and any brand/competitor mentions detected during source crawling. URLs with no enrichment data are omitted from the response. Invalid URLs are silently skipped.
Get paginated competition sources GET
Returns paginated sources from competition analysis with competitor data