Presign a file URL
Files
Presign a file URL
Mints a fresh S3-style presigned read URL for an existing object with a caller-controlled lifetime. Pass ttl_ms (60000..604800000 / 1 minute..7 days); omit for the conservative 1-hour default. Responds 404 when the file ID does not exist in the tenant namespace.
GET
Presign a file URL
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Resource identifier
Minimum string length:
1Query Parameters
Signed-URL lifetime in milliseconds (clamped to a 60000 floor / 604800000 ceiling). Omit for the 1-hour default.
Required range:
1 <= x <= 604800000