7digital · Example Payload

Streaming Platform Add Tracks Request Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Add Tracks Request Example is an example object payload from 7digital, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tracks

Example Payload

Raw ↑
{
  "tracks": [
    {
      "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"
    },
    {
      "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"
    }
  ]
}