Skip to main content
GET
Get one file
Get a file by id along with a signed URL to download it. More information coming soon.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the file to fetch.

Response

File along with a download URL

data
object
message
string
Example:

"Successfully fetched file."