# Find AI-cited sources with cURL

Send a query to the Getspotted API from cURL and get back the sources AI engines (ChatGPT, Claude, Perplexity, Gemini) and Google cite for it, per country. Authenticate with Authorization: Bearer gsp\_live\_…

## Call the API

```bash
curl -X POST https://getspotted.ai/api/v1/search \
  -H "authorization: Bearer gsp_live_…" \
  -H "content-type: application/json" \
  -d '{"query":"best CRM for B2B SaaS","country":"US"}'
```

Each search costs 10 credits. The response shape is `{ success, data: { sources, hotspots, enginesQueried } }` — every source lists the engines that cited it and its per-engine position.
