Download preview file

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

Download a generic file preview as attachment.

Path parameters

  • instance_id string(uuid) Required

    Preview file unique identifier

Responses

  • 200 application/octet-stream

    Generic file preview downloaded as attachment

GET /pictures/originals/preview-files/{instance_id}/download
curl \
 --request GET 'http://api.example.com/pictures/originals/preview-files/a24a6ea4-ce75-4665-a070-57453082c25/download' \
 --header "Authorization: $API_KEY"