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
| Method | Endpoint | Path |
|---|---|---|
GET | Get available AI models | /v3/aiwatcher/models |
GET | Get all AI monitors for user | /v3/aiwatcher/monitors |
POST | Create AI monitoring for a brand | /v3/aiwatcher/monitor |
GET | Get AI monitoring detail for a brand | /v3/aiwatcher/monitor/{id} |
DELETE | Delete AI monitoring for a brand | /v3/aiwatcher/monitor/{id} |
POST | Generate AI prompts for brand monitoring | /v3/aiwatcher/prompts/generate |
GET | Get prompt detail | /v3/aiwatcher/prompt/{id} |
DELETE | Delete prompts | /v3/aiwatcher/prompts |
GET | Get prompt details | /v3/aiwatcher/monitor/{id}/prompts |
POST | Add prompts to a monitor | /v3/aiwatcher/monitor/{id}/prompts |
GET | Get monitor settings | /v3/aiwatcher/monitor/{id}/settings |
PUT | Update monitor settings | /v3/aiwatcher/monitor/{id}/settings |
GET | Get list of all locations | /mangools/locations |
GET | Get detail of location | /mangools/locations/{location} |