Skip to main content
GET
/
api
/
file
/
download
Download File Query
curl --request GET \
  --url https://api.example.com/api/file/download \
  --header 'X-Session-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-Session-API-Key
string
header
required

Query Parameters

path
string
required

Absolute file path

Response

Successful Response