All changes to the Revelator API are tracked and documented here.
image
field for Adding/Editing Artists.New Monetization Policy changes introduced to reflect TikTok’s Monetization Changes
NoTikTokScanning
, Monetize
, BlockAccess
)trackMonetizationPolicyIds
available during Setting Distribution Options for track-level policies.Failure to implement these changes by the deadline specified will cause your pretrack creation and distribution workflow to fail
/distribution/release/{releaseId}/validate
and /distribution/release/addtoqueue
will error if trackType
or trackProperties
are 0
(previously null)New fields/changes introduced to reflect TikTok’s Monetization Changes
trackProperties
is a new and required field on the Track Object.trackType
is now a required field on the Track Object.
2
- Cover songPOST /distribution/release/addtoqueue
will now fail if it contains stores with isActive == false
media/audio/...
endpoints are updated to reflect this change./distribution/release/{releaseid}/validate
was updated to reflect this change./distribution/release/{releaseid}/validate
was updated to reflect this change.New API Documentation published 🥳
CTRL + K
)POST /media/audio/upload/wav
- Upload a file in wav format to the Revelator serversPOST /media/image/upload
- Upload an image file to the Revelator serversPOST /media/audio/pullexternal/wav
- Pull a file in wav format from an external url to the Revalator serversexternalUrl
to associate files with a track/release is no longer recommended! Files referenced like this are not being downloaded by our system until distribution, leading to unexpected behavior. Use the endpoints mentioned above for all file uploading needs.GET /enterprise/clients/{id}
- Retrieves basic information about a single enterpriseGET /enterprise/clients/all
- Retrieves basic information about all enterprises associated with the accountPOST /account/createnewaccount'
- endpoint is now deprecated. This is done to mitigate confusion for creating new accounts.