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.

Path parameters

  • token string Required

    Share link token

  • preview_file_id string(uuid) Required

    Preview file unique identifier

Responses

  • 200 video/mp4

    Movie preview file stream

  • 404 application/json

    Preview file not on disk

    Hide response attribute Show response attribute object
    • error string
GET /shared/playlists/{token}/movies/originals/preview-files/{preview_file_id}.mp4
curl \
 --request GET 'http://api.example.com/shared/playlists/{token}/movies/originals/preview-files/{preview_file_id}.mp4' \
 --header "Authorization: $API_KEY"
Response examples (404)
{
  "error": "string"
}