API reference
Get a PDF report
Render a completed scan as a branded PDF — the artifact you hand to a client, vendor, or leadership. The response is the PDF binary, not JSON.
GET
/v1/scans/{id}/report.pdfNotes
This is a paid feature (available with the Deep Scan add-on or any paid plan). The response Content-Type is application/pdf; stream it to a file rather than parsing it as JSON. On the Agency tier the PDF carries your branding. The structured disclaimer is always present in the document.
Examples
curl -s https://api.sifthealth.app/v1/scans/scan_8fk2/report.pdf \
-H "Authorization: Bearer $SIFT_API_KEY" \
-o report.pdfBrand the report, not the disclaimer
White-labeling replaces the logo and colors only. The disclaimer stays — a Sift Health PDF is an assessment of observable risk indicators, never a compliance certificate.