Download a generic file preview.

GET /pictures/originals/preview-files/{instance_id}.{extension}

Path parameters

Responses

  • 200

    Generic file preview downloaded

  • 403

    Instance not allowed

  • 404

    Non-movie file not found

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