TIDAL · Arazzo Workflow
TIDAL Video Explorer
Version 1.0.0
Read a music video, resolve its artist, and surface similar videos.
Provider
Workflows
video-explorer
Read a video, its artist, and similar videos.
Reads a video, follows the artists relationship to resolve the performer, and follows the similarVideos relationship for related content.
1
getVideo
{$sourceDescriptions.catalogApi.url}#/paths/~1videos~1{id}/get
Read the video resource, including its artists relationship for context.
2
getVideoArtists
{$sourceDescriptions.catalogApi.url}#/paths/~1videos~1{id}~1relationships~1artists/get
Follow the video artists relationship to resolve the performing artist resource identifiers.
3
getSimilarVideos
{$sourceDescriptions.catalogApi.url}#/paths/~1videos~1{id}~1relationships~1similarVideos/get
Follow the similarVideos relationship to surface related videos for further exploration.