Changelog
July 6, 2026
Removal of Artist Release and Track Count Fields
Starting July 29, 2026, the releasesCount and tracksCount fields will be removed from artist responses across all
affected endpoints.
These fields were previously exposed as part of the artist object but are no longer reliable and have been removed to prevent incorrect or inconsistent data usage.
Affected Endpoints
Actions Required
- Remove dependencies on releasesCount and tracksCount fields from artist responses
Deadlines
- 2026-07-29
July 2, 2026
Facebook DSP Profile Update Behavior
Updates the behavior of Facebook DSP profile handling through the externalIds property.
Previously, providing only one Facebook profile automatically created the corresponding entry for the other profile. Starting July 29, 2026, both Facebook profile entries must be managed together. Omitting either entry will be treated as an instruction to remove the corresponding profile association.
Affected Endpoints
Actions Required
- When updating Facebook DSP profiles, always provide both Facebook Rights Manager and Facebook Audio Library entries together.
Deadlines
- 2026-07-29
July 1, 2026
Artists Endpoints
Introduces the Artists endpoints to manage individual and group act metadata. These endpoints supports rich profile data including biographies, localizations, and social media links. It also features robust management of External Artist IDs for DSP profile mapping (preventing catalog fragmentation on platforms like Apple, Spotify, and Meta) and support for the Spotify Artist Profile Protection key.
May 27, 2026
labelId is now optional for Physical Releases
The labelId property is no longer required when creating or updating physical releases. If a label is not applicable
to your release, you can now safely omit this field from your request payload or pass null.
April 22, 2026
YouTube API Endpoints
Introduces the read-only YouTube API. These endpoints allow you to search, filter, and retrieve rich metadata and performance statistics for YouTube channels and videos that have been synced with your Revelator account.
April 14, 2026
API Rate Limiting Policy Update
We have updated the global API rate limiting policy to provide a smoother developer experience and more accurate traffic measurement.
- Rolling Window: The 200 requests/minute limit is now evaluated using a continuous 60-second rolling window instead of a fixed calendar-minute window.
- Reduced Ban Time: If the rate limit is exceeded, the temporary IP block (resulting in
429 Too Many Requests) has been reduced from 1 hour down to 10 minutes.
April 9, 2026
Changelog RSS Feed
You can now subscribe to our API Changelog via RSS!
If you want to stay informed about breaking changes, new endpoints, and platform updates in real-time, you can plug our RSS feed into your favorite RSS reader, Slack workspace, or automated notification workflow.
To subscribe, click the RSS Feed button at the top of the changelog page, or point your reader directly to
https://api-docs.revelator.com/v2/rss.xml.
March 31, 2026
Global API Rate Limiting
To ensure platform stability and performance, we have introduced a global rate limit for the V2.0 API.
The API now strictly enforces a limit of 200 requests per minute per IP address (evaluated on a fixed 1-minute
window). If this limit is exceeded, the offending IP address will be temporarily blocked for 1 hour. Any requests
made during this ban period will be rejected with a standard HTTP 429 Too Many Requests response.
We strongly recommend implementing exponential backoff in your API clients to prevent unintended bans during bulk operations.
Affected Endpoints
-
All V2.0 API Endpoints
Actions Required
- Ensure your application handles HTTP 429 responses and implements rate-limiting logic.
March 25, 2026
Files API (Multipart Upload)
Introduces a new multipart upload workflow for securely uploading binary files (audio, video, images, and documents).
This API allows for optional chunk splitting and parallel uploads to significantly increase upload speeds. Files
uploaded via these endpoints generate a fileUrl that can be referenced across V2.0 API payloads.
Model Context Protocol (MCP) Servers (Beta)
We are excited to introduce our new Model Context Protocol (MCP) servers in Public Beta. This suite of five servers (Catalog, Supply Chain, Analytics, Royalties, and Blockchain) enables you to securely connect AI assistants (like Claude Desktop) directly to your Revelator data.
By configuring these servers, your LLMs can use natural language to query catalog metadata, analyze Top Movers and revenue, manage physical releases, and more.
Note: Our MCP Servers are currently in BETA. They are under active development and are subject to breaking
changes - some tools can result in 403 Forbidden or other errors.
Physical Releases API
Introduces the Physical Releases API to manage metadata for physical music and video products (e.g., Vinyl, CD, DVD, Blu-ray). This API allows you to link existing digital catalog assets to physical product formats based on category-specific configurations. Note: This is a metadata-only feature and does not support manufacturing, inventory, or physical supply chain workflows.
Affected Endpoints
- GET
/catalog/v1/physical-releases/configurations - GET
/catalog/v1/physical-releases - GET
/catalog/v1/physical-releases/{physicalReleaseId}/assets - GET
/catalog/v1/assets/physical-releases/{assetId}/assets - POST
/catalog/v1/physical-releases - GET
/catalog/v1/physical-releases/{physicalReleaseId} - GET
/catalog/v1/assets/physical-releases/{assetId} - PUT
/catalog/v1/physical-releases/{physicalReleaseId} - POST
/catalog/v1/physical-releases/archive - POST
/catalog/v1/physical-releases/unarchive
March 12, 2026
Top Movers Analytics
Introduces the Top Movers analytics endpoint. This API allows you to retrieve rising and falling trends across specific dimensions (labels, artists, releases, tracks, DSPs, and markets). It calculates stream and revenue momentum by comparing specific periods (daily, weekly, monthly, quarterly, yearly) against their preceding equivalent periods. Built-in thresholds automatically filter out low-volume statistical noise.
Affected Endpoints
March 4, 2026
Monetization Policies Update
The request body structure has been updated to align with the GET response format. You must now submit policies within a
monetizationPolicies array of objects (e.g., { "monetizationPolicyId": 5 }) rather than a simple array of integers.
Affected Endpoints
Actions Required
- Update the request body payload to use the new nested object structure.
Pricing Tiers Update
The request body structure has been updated to align with the GET response format. Instead of a flat array of IDs, you
must now group prices by distributorStoreId and separate them into trackPrices and releasePrices arrays.
Affected Endpoints
Actions Required
- Update the request body payload to use the new structured format.
February 25, 2026
Monetization Policies
Enables granular management of monetization policies. Unlike previous API versions, this update supports setting unique policies for individual tracks across specific UGC stores (YouTube Content ID, TikTok, Facebook).
Pricing Tiers
New endpoints to retrieve and configure pricing. The API now dynamically filters available pricing options based on the release’s audio quality (Bit Depth/Sample Rate) and specific DSP configuration.
Release Rights
Introduces new endpoints to manage Streaming, Download, and UGC rights. This API allows for granular control, including setting specific download permissions at the release level and full rights management at the individual track level.
Territories Clearances
Introduces a new structure for defining Availability Rules. You can now define precise inclusion and exclusion logic for specific territories and DSPs at both the Release and Track levels.