Home
Providers
Mubert
Mubert
Mubert is a generative AI music platform that composes royalty-free, DMCA-free music in real time from millions of artist-contributed loops, samples, and stems. The B2B Mubert AI Music API (v3) powers track generation, continuous HTTP / WebRTC streaming, browse access to a pre-generated music library, and service-tier customer + license + Stripe subscription administration. Mubert is used by apps, games, video tools, health and fitness products, and AI-content pipelines (including integrations with Picsart, Canva, and Restream) to embed adaptive generative music inside their experiences.
Mubert publishes 6 APIs on the APIs.io network, including Price API, Public API, Public Service API, and 3 more. Tagged areas include AI Music, Generative, Royalty-Free, Streaming, and Text-to-Music.
The Mubert catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
Mubert’s developer surface includes authentication, documentation, code examples, engineering blog, and 19 more developer resources.
1 APIs
17 Features
7 Use Cases
On this page
Kin Score
APIs 6
Open Collections 8
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 17
Vocabularies 1
Spectral Rules 2
JSON Schema 5
JSON Structure 2
Examples 4
Security Posture 2
Agentic Access 1
Use Cases 7
Integrations 4
Resources 23
apis.yml
3 Operational Transparency
0 Create-or-Update Ergonomics
Composite quality — 42.9/100 · developing
Agent readiness — 33/100 · agent ready
Individual APIs this provider publishes, each with its own machine-readable definition.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 8
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Generative track creation from text prompts, image prompts, or playlist taxonomy
Live streaming over HTTP and WebRTC with sub-second latency
Continuous stream control — restart, set-intensity, set-loop-state
150+ genres, 50+ moods, 200+ million unique tracks per the provider
Stem-level editing (drums, bass, leads, vocals) and 12+ part replacement (drums, percs, hats, claps, bass, mids, leads, fx, vocals, pads, riser, impact)
Track durations 15-1500 seconds, modes track or loop, intensities low/medium/high
Pre-generated music library browsable by genre, mood, BPM range, key, activity
Track-store cache for re-issuing previously generated tracks
Generate-similar endpoint to create variations of an existing track
Record a live stream session into a fixed track asset
Service-tier customer CRUD with custom_id for mapping back to your users
Service-tier license management exposing features, bitrates, intensities, formats, modes, and per-customer quotas
Stripe-backed subscription buy / cancel / billing portal flows
License-level webhooks for billing and generation lifecycle events
All output is royalty-free, DMCA-free, and cleared for commercial use and monetization
{"AI-optimized documentation" => "llms.txt and llms-full.txt published alongside Swagger UI"}
Official MubertAI/skills repo of Agent Skills (setup, generate, streaming, library, manage)
Scroll for all 17
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
JSON Structure definitions describing this provider's data shapes.
Example request and response payloads for these APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Scroll for all 7
Pre-built integrations with other platforms and tools.
Documentation 4
Reference material describing how the API behaves
Agent Surfaces 2
MCP servers, agent skills, and machine-readable catalogs
Build 2
SDKs, sample code, and the tooling you integrate with
Access & Security 2
Authentication, authorization, and security posture
Operate 2
Status, limits, changes, and where to get help
Commercial 4
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Other 5
Properties that don't map to a standard resource type
Source (apis.yml)
aid: mubert
url: https://raw.githubusercontent.com/api-evangelist/mubert/refs/heads/main/apis.yml
name: Mubert
kind: contract
deliveryModel:
model: saas
open_source: false
commercial: true
callable_host: true
label: Hosted service · you call their endpoint
confidence: high
source:
- openapi
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: paid
onboarding: self-serve
trial: false
try_now: false
public: false
label: Paid · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/mubert.png
access: 3rd-Party
tags:
- AI Music
- Generative
- Royalty-Free
- Streaming
- Text-to-Music
- Image-to-Music
- Stems
- B2B
created: '2026-05-23'
modified: '2026-05-25'
specificationVersion: '0.23'
position: Consuming
description: Mubert is a generative AI music platform that composes royalty-free, DMCA-free music in real time from millions
of artist-contributed loops, samples, and stems. The B2B Mubert AI Music API (v3) powers track generation, continuous HTTP
/ WebRTC streaming, browse access to a pre-generated music library, and service-tier customer + license + Stripe subscription
administration. Mubert is used by apps, games, video tools, health and fitness products, and AI-content pipelines (including
integrations with Picsart, Canva, and Restream) to embed adaptive generative music inside their experiences.
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
X: apievangelist
url: https://apievangelist.com
apis:
- aid: mubert:mubert-price-api
name: Mubert Price API
description: Price
humanURL: https://mubert.com/api
baseURL: https://music-api.mubert.com
tags:
- Price
properties:
- type: OpenAPI
url: openapi/mubert-price-api-openapi.yml
- type: Documentation
url: https://mubert.com/api
- type: SwaggerUI
url: https://music-api.mubert.com/api/v3/swagger
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms.txt
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms-full.txt
- type: JSONSchema
url: json-schema/mubert-track-schema.json
- type: JSONSchema
url: json-schema/mubert-customer-schema.json
- type: JSONSchema
url: json-schema/mubert-license-schema.json
- type: JSONSchema
url: json-schema/mubert-playlist-schema.json
- type: JSONSchema
url: json-schema/mubert-streaming-link-schema.json
- type: JSONStructure
url: json-structure/mubert-track-structure.json
- type: JSONStructure
url: json-structure/mubert-license-structure.json
- type: JSONLD
url: json-ld/mubert-context.jsonld
- type: Examples
url: examples/mubert-create-track-example.json
- type: Examples
url: examples/mubert-edit-track-example.json
- type: Examples
url: examples/mubert-get-streaming-link-example.json
- type: Examples
url: examples/mubert-create-customer-example.json
- type: Vocabulary
url: vocabulary/mubert-vocabulary.yml
- type: SpectralRules
url: rules/mubert-rules.yml
- aid: mubert:mubert-public-api
name: Mubert Public API
description: Public
humanURL: https://mubert.com/api
baseURL: https://music-api.mubert.com
tags:
- Public
properties:
- type: OpenAPI
url: openapi/mubert-public-api-openapi.yml
- type: Documentation
url: https://mubert.com/api
- type: SwaggerUI
url: https://music-api.mubert.com/api/v3/swagger
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms.txt
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms-full.txt
- type: JSONSchema
url: json-schema/mubert-track-schema.json
- type: JSONSchema
url: json-schema/mubert-customer-schema.json
- type: JSONSchema
url: json-schema/mubert-license-schema.json
- type: JSONSchema
url: json-schema/mubert-playlist-schema.json
- type: JSONSchema
url: json-schema/mubert-streaming-link-schema.json
- type: JSONStructure
url: json-structure/mubert-track-structure.json
- type: JSONStructure
url: json-structure/mubert-license-structure.json
- type: JSONLD
url: json-ld/mubert-context.jsonld
- type: Examples
url: examples/mubert-create-track-example.json
- type: Examples
url: examples/mubert-edit-track-example.json
- type: Examples
url: examples/mubert-get-streaming-link-example.json
- type: Examples
url: examples/mubert-create-customer-example.json
- type: Vocabulary
url: vocabulary/mubert-vocabulary.yml
- type: SpectralRules
url: rules/mubert-rules.yml
- aid: mubert:mubert-public-service-api
name: Mubert Public Service API
description: Public Service
humanURL: https://mubert.com/api
baseURL: https://music-api.mubert.com
tags:
- Public Service
properties:
- type: OpenAPI
url: openapi/mubert-public-service-api-openapi.yml
- type: Documentation
url: https://mubert.com/api
- type: SwaggerUI
url: https://music-api.mubert.com/api/v3/swagger
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms.txt
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms-full.txt
- type: JSONSchema
url: json-schema/mubert-track-schema.json
- type: JSONSchema
url: json-schema/mubert-customer-schema.json
- type: JSONSchema
url: json-schema/mubert-license-schema.json
- type: JSONSchema
url: json-schema/mubert-playlist-schema.json
- type: JSONSchema
url: json-schema/mubert-streaming-link-schema.json
- type: JSONStructure
url: json-structure/mubert-track-structure.json
- type: JSONStructure
url: json-structure/mubert-license-structure.json
- type: JSONLD
url: json-ld/mubert-context.jsonld
- type: Examples
url: examples/mubert-create-track-example.json
- type: Examples
url: examples/mubert-edit-track-example.json
- type: Examples
url: examples/mubert-get-streaming-link-example.json
- type: Examples
url: examples/mubert-create-customer-example.json
- type: Vocabulary
url: vocabulary/mubert-vocabulary.yml
- type: SpectralRules
url: rules/mubert-rules.yml
- aid: mubert:mubert-service-api
name: Mubert Service API
description: Service
humanURL: https://mubert.com/api
baseURL: https://music-api.mubert.com
tags:
- Service
properties:
- type: OpenAPI
url: openapi/mubert-service-api-openapi.yml
- type: Documentation
url: https://mubert.com/api
- type: SwaggerUI
url: https://music-api.mubert.com/api/v3/swagger
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms.txt
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms-full.txt
- type: JSONSchema
url: json-schema/mubert-track-schema.json
- type: JSONSchema
url: json-schema/mubert-customer-schema.json
- type: JSONSchema
url: json-schema/mubert-license-schema.json
- type: JSONSchema
url: json-schema/mubert-playlist-schema.json
- type: JSONSchema
url: json-schema/mubert-streaming-link-schema.json
- type: JSONStructure
url: json-structure/mubert-track-structure.json
- type: JSONStructure
url: json-structure/mubert-license-structure.json
- type: JSONLD
url: json-ld/mubert-context.jsonld
- type: Examples
url: examples/mubert-create-track-example.json
- type: Examples
url: examples/mubert-edit-track-example.json
- type: Examples
url: examples/mubert-get-streaming-link-example.json
- type: Examples
url: examples/mubert-create-customer-example.json
- type: Vocabulary
url: vocabulary/mubert-vocabulary.yml
- type: SpectralRules
url: rules/mubert-rules.yml
- aid: mubert:mubert-stripe-api
name: Mubert Stripe API
description: Stripe
humanURL: https://mubert.com/api
baseURL: https://music-api.mubert.com
tags:
- Stripe
properties:
- type: OpenAPI
url: openapi/mubert-stripe-api-openapi.yml
- type: Documentation
url: https://mubert.com/api
- type: SwaggerUI
url: https://music-api.mubert.com/api/v3/swagger
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms.txt
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms-full.txt
- type: JSONSchema
url: json-schema/mubert-track-schema.json
- type: JSONSchema
url: json-schema/mubert-customer-schema.json
- type: JSONSchema
url: json-schema/mubert-license-schema.json
- type: JSONSchema
url: json-schema/mubert-playlist-schema.json
- type: JSONSchema
url: json-schema/mubert-streaming-link-schema.json
- type: JSONStructure
url: json-structure/mubert-track-structure.json
- type: JSONStructure
url: json-structure/mubert-license-structure.json
- type: JSONLD
url: json-ld/mubert-context.jsonld
- type: Examples
url: examples/mubert-create-track-example.json
- type: Examples
url: examples/mubert-edit-track-example.json
- type: Examples
url: examples/mubert-get-streaming-link-example.json
- type: Examples
url: examples/mubert-create-customer-example.json
- type: Vocabulary
url: vocabulary/mubert-vocabulary.yml
- type: SpectralRules
url: rules/mubert-rules.yml
- aid: mubert:mubert-subscription-api
name: Mubert Subscription API
description: Subscription
humanURL: https://mubert.com/api
baseURL: https://music-api.mubert.com
tags:
- Subscription
properties:
- type: OpenAPI
url: openapi/mubert-subscription-api-openapi.yml
- type: Documentation
url: https://mubert.com/api
- type: SwaggerUI
url: https://music-api.mubert.com/api/v3/swagger
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms.txt
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms-full.txt
- type: JSONSchema
url: json-schema/mubert-track-schema.json
- type: JSONSchema
url: json-schema/mubert-customer-schema.json
- type: JSONSchema
url: json-schema/mubert-license-schema.json
- type: JSONSchema
url: json-schema/mubert-playlist-schema.json
- type: JSONSchema
url: json-schema/mubert-streaming-link-schema.json
- type: JSONStructure
url: json-structure/mubert-track-structure.json
- type: JSONStructure
url: json-structure/mubert-license-structure.json
- type: JSONLD
url: json-ld/mubert-context.jsonld
- type: Examples
url: examples/mubert-create-track-example.json
- type: Examples
url: examples/mubert-edit-track-example.json
- type: Examples
url: examples/mubert-get-streaming-link-example.json
- type: Examples
url: examples/mubert-create-customer-example.json
- type: Vocabulary
url: vocabulary/mubert-vocabulary.yml
- type: SpectralRules
url: rules/mubert-rules.yml
common:
- type: AgenticAccess
url: agentic-access/mubert-agentic-access.yml
- type: DomainSecurity
url: security/mubert-domain-security.yml
- type: Authentication
url: authentication/mubert-authentication.yml
- type: Website
url: https://mubert.com/
- type: ProductPage
url: https://mubert.com/api
- type: ProductPage
url: https://mubert.com/render
- type: ProductPage
url: https://mubert.com/play
- type: ProductPage
url: https://mubert.com/business
- type: ProductPage
url: https://mubert.com/studio
- type: Documentation
url: https://mubert.com/api
- type: SwaggerUI
url: https://music-api.mubert.com/api/v3/swagger
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms.txt
- type: AIDocumentation
url: https://music-api.mubert.com/swagger-doc/llms-full.txt
- type: GitHubOrganization
url: https://github.com/MubertAI
- type: Examples
url: https://github.com/MubertAI/Mubert-Text-to-Music
name: Mubert Text-to-Music notebook
- type: AgentSkills
url: https://github.com/MubertAI/skills
name: Mubert Agent Skills for AI assistants
- type: UseCases
url: https://mubert.com/use-cases/developers
- type: Blog
url: https://mubert.com/blog
- type: TermsOfService
url: https://mubert.com/legal/terms-of-use
- type: PrivacyPolicy
url: https://mubert.com/legal/privacy-policy
- type: Contact
url: https://mubert.com/contact
- type: Plans
url: plans/mubert-plans-pricing.yml
- type: RateLimits
url: rate-limits/mubert-rate-limits.yml
- type: FinOps
url: finops/mubert-finops.yml
- type: Features
data:
- Generative track creation from text prompts, image prompts, or playlist taxonomy
- Live streaming over HTTP and WebRTC with sub-second latency
- Continuous stream control — restart, set-intensity, set-loop-state
- 150+ genres, 50+ moods, 200+ million unique tracks per the provider
- Stem-level editing (drums, bass, leads, vocals) and 12+ part replacement (drums, percs, hats, claps, bass, mids, leads,
fx, vocals, pads, riser, impact)
- Track durations 15-1500 seconds, modes track or loop, intensities low/medium/high
- Pre-generated music library browsable by genre, mood, BPM range, key, activity
- Track-store cache for re-issuing previously generated tracks
- Generate-similar endpoint to create variations of an existing track
- Record a live stream session into a fixed track asset
- Service-tier customer CRUD with custom_id for mapping back to your users
- Service-tier license management exposing features, bitrates, intensities, formats, modes, and per-customer quotas
- Stripe-backed subscription buy / cancel / billing portal flows
- License-level webhooks for billing and generation lifecycle events
- All output is royalty-free, DMCA-free, and cleared for commercial use and monetization
- AI-optimized documentation: llms.txt and llms-full.txt published alongside Swagger UI
- Official MubertAI/skills repo of Agent Skills (setup, generate, streaming, library, manage)
sources:
- https://mubert.com/api
- https://mubert.com/business
- https://music-api.mubert.com/swagger-doc/openapi-prod.json
- https://music-api.mubert.com/swagger-doc/llms.txt
- https://github.com/MubertAI/skills
- https://github.com/MubertAI/Mubert-Text-to-Music
updated: '2026-05-25'
- type: Integrations
data:
- Picsart — generative music in UGC content tooling
- Canva — music inside the design surface
- Restream — live-stream background music
- Stripe — subscription billing
sources:
- https://mubert.com/blog/why-developers-should-build-with-generative-music-apis
- https://mubert.com/api
- type: UseCases
data:
- Apps embedding adaptive background music
- Games with dynamic, progression-aware soundscapes
- Health, fitness, and wellness apps with BPM/heart-rate mapped music
- Video editors and podcast tools needing royalty-free score generation
- AI content pipelines pairing image / text generation with matching music
- User-generated content platforms offering safe-to-publish music
- Marketing, advertising, and brand audio for retail and OOH
sources:
- https://mubert.com/use-cases/developers
- https://mubert.com/business
Every provider here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This provider
curl "https://apis.io/api/v1/providers/mubert"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/mubert/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/mubert/evidence"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.