Retrieve Uploaded File
Retrieve a previously uploaded file by its ID
Authentication
X-API-KEYstring
API Key authentication via header
Path Parameters
id
A UUID string identifying this uploaded file.
Headers
X-API-Version
Query Parameters
expiry_seconds
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
id
file_url
A signed URL to download the uploaded file.