# Get shared original picture preview **GET /shared/playlists/{token}/pictures/originals/preview-files/{preview_file_id}.png** Serve the full-size PNG for a still preview, authorized by the share token. ## 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 Original picture file #### Body: image/png (string(binary)) string(binary) ### 404 Original file missing #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)