Authentication required. Set the Authorizationheader to your SEOmonitor API token (raw JWT — noBearerprefix). See the Authentication Guide for setup.
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.Keyword-specific Data: You can request data for specific keywords within a campaign by supplying their IDs using thekeyword_ids parameter.ai_search_llm to read one specific engine (ChatGPT / Gemini / Perplexity) instead of the campaign's default. See the parameter description below.Authorization: ********************curl --location --globoff 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/ais?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&group_id={{group_id}}&limit={{limit}}&offset={{offset}}&content_encoding=base64&skip_html=true&include_raw_content=true&ai_search_llm=openai' \
--header 'Authorization: <api-key>'{
"keyword_id": 13632041,
"keyword": "rank tracking sla",
"ai_search_data": [
{
"date": "2026-08-03",
"citations": [
"https://help.seomonitor.com/en/articles/5595610-desktop-mobile-ranks-every-24h-with-a-99-9-sla",
"https://www.seomonitor.com/rank-tracking",
"https://www.trackmyranks.com/",
"https://www.semrush.com/features/rank-tracking/",
"https://ahrefs.com/rank-tracker/"
],
"content": "<div data-message-author-role=\"assistant\" data-message-id=\"f3279742-f21e-4861-87cb-f2fd45c5bef7\" dir=\"auto\" data-message-model-slug=\"gpt-5-5\" class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none\"><div class=\"flex w-full flex-col gap-1 empty:hidden\"><div class=\"markdown prose dark:prose-invert wrap-break-word w-full light markdown-new-styling\">\n<p data-start=\"0\" data-end=\"84\">If you mean <strong>rank tracking SLA</strong>, SEOmonitor guarantees desktop and mobile ranks refreshed every 24 hours with a 99.9% SLA...</p></div></div></div>",
"any_brand_present": true,
"my_brand_present": true,
"rank": 1
}
]
}