Retrieves the daily AI Overview citations visibility metrics for your website or any other domain, for a group of keywords, over a specified timeframe.You can use this endpoint in two ways:to retrieve the AI Overview citations visibility data of an existing keyword group created in the SEOmonitor campaign, by specifying the group_id in the request.to retrieve the AI Overview citations visibility data of a list of requested keywords, by specifying the list of keyword_ids in the request.
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/groups/daily-visibility/aio-citations?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&group_id={{group_id}}&keyword_ids={{keyword_ids}}&domain={{domain}}&limit={{limit}}&offset={{offset}}' \
--header'Accept: application/json'