curl --request GET \ --url https://lens-api.tic.io/sentinel/jobs/{guid}/report.pdf \ --header 'x-api-key: <api-key>'
"<string>"
Sentinel
Download PDF forensic report
Generates and returns a PDF forensic report for a completed job, including the original image, forensic explanation, findings, annotations, and metadata. Annotation fetches run in parallel so report generation is not serialised on upstream latency.
GET
/
sentinel
/
jobs
/
{guid}
/
report.pdf
Download PDF forensic report
curl --request GET \ --url https://lens-api.tic.io/sentinel/jobs/{guid}/report.pdf \ --header 'x-api-key: <api-key>'