GET
/
files
/
{fileId}
/
content
Download file content
curl --request GET \
  --url https://your_salambo_base_url/api/v1/files/{fileId}/content \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "param": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

fileId
string
required

Response

Redirect to signed download URL.