Presign download
Presign download
Generates a presigned URL for downloading the original file associated with an import. The URL is valid for 5 minutes.
Use cases:
- Download the original uploaded file for review
- Retrieve files for backup or archival purposes
curl -X GET "https://api.ivandt.com/v1/files/download/string"{
"downloadUrl": "string",
"fileName": "string",
"expiresIn": 0
}