Retrieves the daily AI Search brand mentions 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 Search mentions visibility data of an existing keyword group created in the SEOmonitor campaign, by specifying the group_id in the request.to retrieve the AI Search mentions visibility data of a list of requested keywords, by specifying the list of keyword_ids in the request.
Request
Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
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/ais-mentions?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&group_id={{group_id}}&keyword_ids={{keyword_ids}}&domain={{domain}}' \
--header'Accept: application/json' \
--header'Authorization: <api-key>'