curl --location --request GET 'https://api.dageno.ai/business/api/v1/open-api/citations/urls?page&pageSize&startAt&endAt&topics&topicIds&platforms&keyword&domain®ions' \
--header 'x-api-key: <api-key>'{
"success": true,
"code": 0,
"message": "OK",
"data": {
"items": [
{
"url": "https://example.com/articles/mock-page-a",
"urlHash": "mockhash000000000000000000000000000000000001",
"pageType": "Article",
"domain": "example.com",
"title": "Mock page A",
"citationCount": 4,
"citationRate": 0.08,
"mentions": [
{
"domain": "brand.example",
"brandName": "Mock Brand"
}
],
"mentioned": true
}
]
},
"meta": {
"pagination": {
"page": 1,
"pageSize": 2,
"total": 1,
"totalPages": 1
}
}
}