PoliscopePoliscope
APIReferenzFiles

/files/{id}/download

GET
/files/{id}/download

Download/view a file by ID. Streams the file content with appropriate headers.

Path Parameters

id*string
Length1 <= length

Response Body

application/json

application/json

curl -X GET "https://api.poliscope.de/v2/files/string/download"
{
  "error": "string",
  "message": "string"
}
{
  "error": "string",
  "message": "string"
}