Microsoft Copilot sources
Copilot's Bing-grounded citations, parsed per answer.
Copilot's answers are grounded on Bing results; `sources` returns the cited pages in order so citation share is measurable like any other engine.
Returned in result
| Field |
|---|
sources |
citationPills |
Request
curl -X POST "https://api.answerline.dev/v1/monitor/copilot" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"Cheapest way to send money abroad","country":"US","state":"NY"}'