Skip to main content
GET
Get a signed download URL for a file

Authorizations

Authorization
string
header
required

Authentication using either a FormBnB session JWT (issued by /auth) or an API key (prefixed with sk_). Both token types are passed as Bearer tokens in the Authorization header.

Path Parameters

id
string<uuid>
required

File ID

Response

File download information with signed URL

id
string<uuid>
required

File ID

filename
string
required

Original filename

mime_type
string
required

MIME type of the file

size
number
required

File size in bytes

download_url
string<uri>
required

Signed download URL

expires_in
number
required

URL expiration time in seconds