September 18, 2026
Search Insights (Google Search Console and Bing Webmaster)GET /api/v2/search-insights/google/pages— Google clicks, impressions, and position per pathname (period=7d|30d). Paginated (page,size, default 50, max 100); response is{ data, total, page, size, totalPages }.GET /api/v2/search-insights/google/trend— daily Google clicks and impressions (startDate/endDate, default last 30 days, max 90)GET /api/v2/search-insights/bing/pages— Bing clicks, impressions, and position per pathname (period=7d|30d). Same pagination as Google pages.GET /api/v2/search-insights/bing/trend— daily Bing clicks and impressions (startDate/endDate, default last 30 days, max 90)
September 16, 2026
Organization usageGET /api/v2/usagereturns organization usage and effective limits (plan, custom overrides, and add-ons), plus a per-project breakdown of countable features including project caps (active prompts, prompt responses, analytics events, crawler logs, content generations, crawled pages, knowledge base items). Requires an organization-level API key;X-Project-Idis not required. Project-level keys receive403 USAGE_ORG_FORBIDDEN.
September 15, 2026
Project events for time-series annotationsGET /api/v2/eventsreturns project events grouped by UTC day (date+items) in astartDate/endDatewindow. Item types areaction,prompts_created, andprompts_deleted. Join ondatewith visibility or sentiment time series. Optional filters:llmMonitorId,promptId.page/sizepaginate completed actions (default 200, max 200); response includestotal,page,size,totalPages.
August 26, 2026
Featured image is a separate fieldGET /api/v2/contentandGET /api/v2/content/{id}now includefeaturedImageUrl. The generated featured image is no longer embedded incontentmarkdown. Compose the image yourself if you previously parsed it out of the body.
July 29, 2026
competitorMentions deprecated on responses
GET /api/v2/responsesandGET /api/v2/responses/{id}:competitorMentionsis deprecated. It is still present and required, and is now derived from the same brand mentions that backbrandMentions. ReadbrandMentionsand keep the entries whoserelationisDIRECT_COMPETITOR.brandMentionsadditionally carries each brand’s domain, visibility score, position and sentiment.competitorMentionswill be removed in a future version.
April 21, 2026
Crawler activity trend defaultGET /api/v2/analytics/crawlers/trend: if thecrawlersquery parameter is omitted, the server now queries all known AI crawler types (the full allowed set) instead of returning an empty time series. Passcrawlerswhen you need to limit results to a subset.
January 19, 2026
Documentation Launch- Initial public API documentation release
- Comprehensive endpoint documentation
- Interactive API reference
- Getting started guides
- Rate limits and quota information
Last updated: September 18, 2026