Every analysis (fraud detection, parsing, verification) stores associated files in cloud storage. Use the File Retrieval API to download original uploads and generated assets like heatmaps.Documentation Index
Fetch the complete documentation index at: https://docs.deepxl.ai/llms.txt
Use this file to discover all available pages before exploring further.
Retrieving a File
Each analysis response includes afiles array with download URLs. Use the file name from the URL to retrieve the file:
Content-Type header.
File Categories
Files in analysis responses are categorized by their role:| Category | Service | Description |
|---|---|---|
original_file | Fraud Detection, Parsing | The file you originally uploaded |
heatmap | Fraud Detection | Generated heatmap highlighting detected manipulation |
id | Verification | The ID document image |
face | Verification | The selfie image |
Finding File URLs
File URLs are included in every analysis response under thefiles array:
Access Control
Files are scoped to your organization. You can only retrieve files associated with your own analyses. Attempting to access another organization’s files returns a404.