Perplexity sources
Perplexity's numbered citations, parsed in order — the pages behind each answer.
Perplexity is built around citations; `sources` returns them in display order with URL, label and description, and `citationPills` preserves the UI grouping.
Returned in result
| Field |
|---|
sources |
citationPills |
Request
curl -X POST "https://api.answerline.dev/v1/monitor/perplexity" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"Which project management tools do agencies use?","country":"GB"}'