# POST /seo-research/ai-visibility

**Resource:** [SEO Research](./seo.md)  
**MCP tool:** `seo_ai_visibility`  
**Scopes:** `seo:write`  
**Write operation:** yes

Check how visible a brand is in AI-generated search answers via TrustPager SEO. Costs credits.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `brand` | body | string | no | Brand or business name. |
| `topics` | body | string | no | Comma or newline-separated queries to check. |
| `website_id` | body | string | yes | UUID of the website this research is for. |
| `location` | body | string | no | Country code: AU (default), US, GB, NZ, CA. |
| `require_approval` | body | boolean | no | Optional. Set true to route this write into the approval queue for human review instead of executing it immediately (returns 202 + an approval_id). Works even when your key/token has permission to execute directly. |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/seo-research/ai-visibility"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"brand":"...","topics":"...","website_id":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`