Skip to main content
Get a short-lived presigned URL to download an inventory file. The URL expires after 60 seconds, so redirect your user or begin the download immediately.

Request

GET https://api.mapping.travel/api/v1/inventory/{uploadId}/download
string
required
The UUID of the upload whose file you want to download.

Example

Response

string
UUID of the upload record.
string
Original filename of the inventory file.
string
File format: CSV, JSON, EXCEL, or PARQUET.
string
Presigned URL granting direct download access. No X-API-Key header is required when fetching this URL.
integer
Time in seconds until the downloadUrl expires. Always 60.
The downloadUrl expires after 60 seconds. Do not store or cache this URL; call this endpoint each time you need to download the file.

Error codes