Mangools/API

AI Search Watcher

AI search visibility API — monitor brand and keyword citations across ChatGPT, Google AI Overviews, and other AI-powered search surfaces.

AI Search Watcher is Mangools' tool for tracking visibility in AI-generated search answers. The API lets you create monitors for domains or topics, manage the prompts used to query AI models, and retrieve citation data — so you can measure when and how your brand appears in generative AI responses.

What you can do

  • List AI models — retrieve the AI search engines and models available for monitoring.
  • Manage monitors — create, retrieve, update, and delete monitors for domains or topics.
  • Generate prompts — automatically generate relevant prompts for a monitor target.
  • Manage prompts — add, list, and remove prompts assigned to a monitor.
  • Configure settings — update monitoring settings such as frequency and notification preferences.

Authentication

All AI Search Watcher endpoints require an API key passed as the x-access-token header. See Authentication for setup instructions.

Endpoints

MethodEndpointPath
GETGet available AI models/v3/aiwatcher/models
GETGet all AI monitors for user/v3/aiwatcher/monitors
POSTCreate AI monitoring for a brand/v3/aiwatcher/monitor
GETGet AI monitoring detail for a brand/v3/aiwatcher/monitor/{id}
DELETEDelete AI monitoring for a brand/v3/aiwatcher/monitor/{id}
POSTGenerate AI prompts for brand monitoring/v3/aiwatcher/prompts/generate
GETGet prompt detail/v3/aiwatcher/prompt/{id}
DELETEDelete prompts/v3/aiwatcher/prompts
GETGet prompt details/v3/aiwatcher/monitor/{id}/prompts
POSTAdd prompts to a monitor/v3/aiwatcher/monitor/{id}/prompts
GETGet monitor settings/v3/aiwatcher/monitor/{id}/settings
PUTUpdate monitor settings/v3/aiwatcher/monitor/{id}/settings
GETGet list of all locations/mangools/locations
GETGet detail of location/mangools/locations/{location}

On this page