# Get shared original picture preview for any extension **GET /shared/playlists/{token}/pictures/originals/preview-files/{preview_file_id}.{extension}** Serve the original still preview for an arbitrary extension (gif, svg, jpg, pdf, ...), authorized by the share token. Mirrors the authenticated ``/pictures/originals/preview-files/.`` route, which the ``.png``-only shared route did not cover, so animated GIFs and other non-PNG originals 404'd through a share link. ## 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 - **extension** (string) File extension ## Responses ### 200 Original picture file #### Body: application/octet-stream (string(binary)) string(binary) ### 400 Extension not allowed ### 403 Preview file is not part of this shared playlist ### 404 Original file missing #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)