Gemini sources
Gemini's grounding citations — which pages its answer stands on.
Gemini grounds answers on web pages; `sources` returns them in order, `citationPills` keeps the inline grouping. `places` covers map-style local results where Gemini shows them.
Returned in result
| Field |
|---|
sources |
citationPills |
Request
curl -X POST "https://api.answerline.dev/v1/monitor/gemini" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"Best CRM for a 10-person sales team","country":"DE"}'