Perplexity media results
The videos and images Perplexity attaches to answers, parsed alongside the text.
Answers that surface media return `videos` and `images` arrays alongside the text — relevant for queries where Perplexity answers visually, like product research or how-tos.
Returned in result
| Field |
|---|
videos |
images |
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"}'