Serve the filmstrip/tile image used for timeline hover previews, when the share token is valid.
GET
/shared/playlists/{token}/movies/tiles/preview-files/{preview_file_id}.png
curl \
--request GET 'http://api.example.com/shared/playlists/{token}/movies/tiles/preview-files/{preview_file_id}.png' \
--header "Authorization: $API_KEY"
Response examples (404)
{
"error": "string"
}