Skip to main content
GET
/
api
/
files
/
public
/
download
/
{file_id}
Public Download File
curl --request GET \
  --url https://api.example.com/api/files/public/download/{file_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

file_id
string
required

Query Parameters

token
string | null

Response

Successful Response