Skip to main content
GET
/
api
/
file
/
download
/
{path}
Download File Path
curl --request GET \
  --url https://api.example.com/api/file/download/{path} \
  --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

Path Parameters

path
string
required

Absolute file path.

Response

Successful Response