cURL
curl --request GET \ --url https://production.deepvue.tech/v1/bsa/download-report \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
200
200 - File Processing Completed (XLSX)
{ "code": 200, "timestamp": 1743779806782, "transaction_id": "8d42f493eb16402bad2b7ad9e7f215d8", "sub_code": "SUCCESS", "message": "File processing completed", "data": { "url": "https://deepvue-tech.s3.ap-south-1.amazonaws.com/333e8ab-91fc-4291-8dc8-29c89373b9e4_BSA_Report.xlsx" }}
Download the analysed report in xlsx or json format.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
An enumeration.
json
xlsx
Successful Response