GET
/
v1
/
files
/
preview-url
/
{file_id}
{
  "id": "<string>",
  "filename": "<string>",
  "content_type": "<string>",
  "preview_url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

file_id
string
required

Response

Successful Response

Response containing a presigned URL for file preview/download.