# Download shared preview file **GET /shared/playlists/{token}/preview-files/{preview_file_id}/download** Download a preview file (any extension) attached to the shared playlist as an attachment. Mirrors the authenticated ``/pictures/originals/preview-files//download`` route but gated by the playlist share token instead of JWT. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **token** (string) Share link token - **preview_file_id** (string(uuid)) Preview file unique identifier ## Responses ### 200 Preview file downloaded as attachment #### Body: application/octet-stream (string(binary)) string(binary) ### 403 Preview file is not part of this shared playlist ### 404 Preview file not on disk [Powered by Bump.sh](https://bump.sh)