Saltar al contenido principal

PDF Export

Each completed analysis produces a downloadable PDF report that mirrors the on-screen UI. The PDF is intended for archival in EHR systems that expect document attachments and for sharing the report with parties outside the iframe session.

Sample

Download a sample diagnostic report: sample-diagnostic-report.pdf

The PDF download URL is returned in the JSON payload your backend retrieves after the analysis_completed postMessage. See the API Endpoint page for how to fetch the report, and the JSON Schema section for the exact field name and surrounding payload structure.

Next Steps

  • Want to display the report in your UI instead? See the User Interface page.
  • Inspecting the JSON payload that contains the PDF URL? See the JSON Standard Format page.