Build label platforms, sub-distribution services, or native music tech products on top of direct DSP contracts, DDEX-compliant delivery, and 20 years of distribution infrastructure. No intermediaries. No lock-in.
POST /api/v2/distributions
Authorization: Bearer {token}
{
"data": {
"type": "distributions",
"attributes": {
"operation": "delivery",
"territories": ["WW"]
},
"relationships": {
"album": {
"data": { "type": "albums", "id": "42891" }
},
"dsps": {
"data": [
{ "type": "dsps", "id": "spotify" },
{ "type": "dsps", "id": "apple-music" },
{ "type": "dsps", "id": "tiktok" }
]
}
}
}
}Ship releases from your own systems. Ingest your catalog via CSV, SFTP, or DDEX. Push metadata updates, takedowns, and redeliveries programmatically.
Run your own branded distribution service on top of limbo/'s infrastructure. Pre-approval flows, multi-tenant support, territorial controls, and real-time delivery tracking.
Embed distribution, analytics, or rights management in your product. Native MCP server for AI-powered features. Deep DSP identifier mapping for Spotify, Apple Music, TikTok, and more.
Full CRUD on albums, tracks, artists, and labels. Automatic UPC and ISRC generation, or bring your own. Bulk operations. Version control for Deluxe Editions, Remasters, and reissues.
GET /api/v2/albumsCreate deliveries, updates, redeliveries, and takedowns to any combination of DSPs and territories. Automatic completeness validation. Duplicate prevention.
POST /api/v2/distributionsBuilt-in pre-approval, rejection, and state tracking for white-label and multi-tenant setups. States: pending, preapproved, sent, rejected. Fully auditable history.
PATCH /api/v2/distributions/{id}Per-album, per-track, per-artist performance. Break down by date, territory, DSP, and source (organic, playlist, algorithmic). Skip rate, TikTok-specific data, anomaly detection, and playlist tracking.
GET /api/v2/trendsQuery external IDs across Spotify, Apple Music, TikTok, and more. Includes Spotify URI detection. Power deep-linking and verification flows natively.
GET /api/v2/artists/{id}/dsp-idsAI content disclosure fields. Opt-in / opt-out controls for AI-DSPs. ACR Cloud integration for AI content detection. UGC whitelist / blocklist management.
GET /api/v2/rightslimbo/Chat is the first Model Context Protocol server in B2B music distribution. Query your catalog, rankings, delivery status, and analytics in natural language from any MCP-compatible client. Build AI agents, chat interfaces, and autonomous workflows on top of your distribution data without writing custom integrations.
Explore limbo/Chat →// Connect your LLM to limbo/Chat
{
"mcpServers": {
"limbo": {
"url": "https://mcp.limbomusic.com/mcp",
"auth": "bearer"
}
}
}Native compliant delivery. Enterprise DDEX feeds for direct DSP integration.
Standardized resources, relationships, includes, pagination, and errors.
Predictable verbs, predictable status codes, predictable responses.
EU and US regulatory standards. Built-in KYC verification and fiscal data management.
limbo/ is Music Blocks, not a monolith. Integrate ingestion without the dashboard. Pull analytics without distribution. Build your own product on the pieces that matter to you.
// Create an album
POST /api/v2/albums
Authorization: Bearer {token}
Content-Type: application/vnd.api+json
{
"data": {
"type": "albums",
"attributes": {
"name": "Midnight Sessions",
"release_date": "2024-03-15",
"label": "Independent Records",
"genre": "Electronic",
"generate_upc": true
},
"relationships": {
"tracks": {
"data": [
{ "type": "tracks", "id": "89201" },
{ "type": "tracks", "id": "89202" }
]
},
"artists": {
"data": [
{ "type": "artists", "id": "5521" }
]
}
}
}
}
// Distribute to DSPs
POST /api/v2/distributions
Authorization: Bearer {token}
{
"data": {
"type": "distributions",
"attributes": {
"operation": "delivery",
"territories": ["WW"]
},
"relationships": {
"album": {
"data": { "type": "albums", "id": "42891" }
},
"dsps": {
"data": [
{ "type": "dsps", "id": "spotify" },
{ "type": "dsps", "id": "apple-music" }
]
}
}
}
}Sounds Right partnership · Cannes Lions Grand Prix winner · Real World Studios · Independent and founder-owned
Talk to our engineering team. We will scope an integration against your actual use case, not a generic pitch.
Or email info@limbomusic.com