Skip to main content
GET
/
api
/
files
/
download
/
{file_id}
Download File
curl --request GET \
  --url http://127.0.0.1:8083/api/files/download/{file_id} \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Secret: <api-key>'
{
  "errors": [
    {
      "detail": "<string>",
      "code": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Path Parameters

file_id
string
required

Response

Operation Successful