7digital · Example Payload

Streaming Platform Playlist Track Input Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Playlist Track Input Example is an example object payload from 7digital, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

trackIdtitleartistsourceaudioUrlimage

Example Payload

Raw ↑
{
  "trackId": "123456",
  "title": "Come Together",
  "artist": "The Beatles",
  "source": "7digital",
  "audioUrl": "file://a.specific.file.location.mp3",
  "image": "https://artwork-cdn.7static.com/static/img/sleeveart/00/117/000/0011700062_350.jpg"
}