This endpoint retrieves AI Overview content and links or AI Button for a list of keywords part of a group, and their latest presence in a specific timeframe.With this endpoint, you can get: Campaign-wide Data: By default, this endpoint returns data for all active keywords in a specified campaign.Group-specific Data: When you provide agroup_id, this endpoint will return data exclusively for the keywords within the specified group. Additionally, there are special group IDs which can access predefined groups. These are detailed further in the section on query parameters.Keyword-specific Data: You can request data for specific keywords within a campaign by supplying their IDs using thekeyword_ids parameter.keyword_ids should be a comma-separated list of keyword IDs.Note: Use other parameters likelimit,offset,order_by,order_direction, andsearch to further customize the data retrieval as per your needs.
Request
Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params
Request 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/keywords/aio?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&group_id={{group_id}}&limit={{limit}}&offset={{offset}}&response_encoding=base64' \
--header'Authorization;'