Retrieve Uploaded File

Beta
Retrieve a previously uploaded file by its ID

Authentication

X-API-KEYstring
API Key authentication via header

Path Parameters

idstringRequiredformat: "uuid"
A UUID string identifying this uploaded file.

Headers

X-API-VersionstringOptional

Query Parameters

expiry_secondsintegerOptional

The number of seconds until the signed URL expires. Must be > 0 and <= 2592000 (30 days). Non-numeric or out-of-range values fall back to the default (604800 seconds or 7 days).

Response

idstringformat: "uuid"
file_urlstring or null
A signed URL to download the uploaded file.