Download a generic file preview as attachment.

GET /pictures/originals/preview-files/{instance_id}/download

Path parameters

Responses

  • 200

    Generic file preview downloaded as attachment

  • 403

    Instance not allowed

  • 404

    Standard file not found

GET /pictures/originals/preview-files/{instance_id}/download
curl \
 -X GET http://localhost:8080/api/pictures/originals/preview-files/{instance_id}/download \
 -H "Authorization: $API_KEY"