Ivandt logo

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
GET
/files/download/{importId}

Path Parameters

importIdstring

The import ID associated with the file

Response Body

curl -X GET "https://api.ivandt.com/v1/files/download/string"
{
  "downloadUrl": "string",
  "fileName": "string",
  "expiresIn": 0
}