answer.text · answer.markdown · answer.blocksThe rendered Perplexity answer with blocks whose referenceIds map to its numbered citations.
evidence.sources[]Perplexity’s citation list is its spine: each source carries a role, cited boolean and charRanges — which characters of the answer each citation backs.
evidence.fanOutThe related/sub-queries observed on the page, provenance-marked observed vs inferred.
evidence.mentionsDerived brand mentions with position, sentiment and supporting source ids — share-of-voice per capture.
provenanceconsumer_ui fidelity, loginState, observed model label, requested-vs-effective region, captcha and stop-reason fields — the full honesty layer.
job.artifactsScreenshot + proof-of-page HTML + raw payload in R2, retained durably (no 24h expiry).
Envelope excerpt — perplexity
{
"job": {
"id": "job_9f8e7d6c.perplexity.own-fleet.US",
"surface": "perplexity",
"method": "own-fleet",
"status": "completed",
"warnings": [],
"artifacts": {
"screenshotKey": "shot/job_9f8e7d6c.perplexity.own-fleet.US.png",
"proofHtmlKey": "proof/job_9f8e7d6c.perplexity.own-fleet.US.html",
"rawKey": "raw/job_9f8e7d6c.perplexity.own-fleet.US"
}
},
"provenance": {
"acquisition": "own-fleet",
"fidelity": "consumer_ui",
"loginState": "logged_out",
"model": { "observedLabel": "Perplexity", "inferred": false,
"confidence": 0.99 },
"webSearch": { "enabled": true, "known": true },
"surfacePresent": true,
"region": { "requested": "US", "effective": "US" }
},
"answer": {
"text": "Mount Fuji is the tallest mountain in Japan at 3,776 m.",
"markdown": "**Mount Fuji** is the tallest mountain in Japan at 3,776 m.",
"blocks": [ { "type": "paragraph", "referenceIds": [1], "text": "…" } ]
},
"evidence": {
"sources": [
{ "id": 1, "url": "https://en.wikipedia.org/wiki/Mount_Fuji",
"title": "Mount Fuji", "role": "cited", "cited": true }
],
"fanOut": { "provenance": "observed",
"queries": ["tallest mountain in Japan height"] }
}
}