# Get shared original movie preview **GET /shared/playlists/{token}/movies/originals/preview-files/{preview_file_id}.mp4** Stream the original movie file for a preview, authorized by the share token. Same role as the authenticated original movie preview route, without 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 Movie preview file stream #### Body: video/mp4 (string(binary)) string(binary) ### 404 Preview file not on disk #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)