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.videosApi.url}#/paths/~1videos~1{id}/get
Read the video resource, including its artists relationship for context.
2
getVideoArtists
{$sourceDescriptions.videosApi.url}#/paths/~1videos~1{id}~1relationships~1artists/get
Follow the video artists relationship to resolve the performing artist resource identifiers.
3
getSimilarVideos
{$sourceDescriptions.videosApi.url}#/paths/~1videos~1{id}~1relationships~1similarVideos/get
Follow the similarVideos relationship to surface related videos for further exploration.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.