Skip to main content

Export Formats

Neolens supports multiple export formats to facilitate integration and reporting across clinical systems.


📁 Supported Formats​

FormatDescriptionUse Case
PDFPrintable, shareable diagnostic reportsClinical documentation
JSONStructured data for programmatic processingIntegration and analytics
DICOM SRStandard format for imaging reportsRadiology workflows
HL7 CDAClinical Document Architecture for EHR systemsHealth records management

⚙️ Export Options​

  • Choose output format via format parameter.
  • Include annotated images with include_images flag.
  • Customize report templates as needed.

🛠️ Usage Example​

curl -X GET "https://api.neolens.ai/v1/export?analysis_id=ANL123456&format=pdf&include_images=true" \
-H "Authorization: Bearer <API_KEY>"

⚠️ Limitations​

  • Large image embeddings may increase file size significantly.
  • Some formats require additional processing on the client side.