cURL
curl --request GET \ --url https://api.deepxl.ai/v1/files/{fileName} \ --header 'Authorization: Bearer <token>'
"<string>"
Retrieve a file from cloud storage. Files are associated with analysis results (fraud detection, parsing, verification) and include original uploads and generated heatmaps.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File retrieved successfully
The response is of type file.
file
Was this page helpful?