Mubert · Schema
Mubert License
License attached to a Mubert company account. Licenses gate available features (generation modes, bitrates, intensities, streaming, library), bound per-customer quotas, and webhook delivery for billing/usage events.
AI MusicGenerativeRoyalty-FreeStreamingText-to-MusicImage-to-MusicStemsB2B
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| company_id | string | |
| type | string | License tier. |
| status | string | |
| webhook_url | stringnull | Destination for webhook notifications (subscription lifecycle, generation completion, license events). |
| webhook_enabled | boolean | |
| track_expiration_time | integer | Seconds after which a generated track URL expires. |
| allow_all_features | boolean | |
| features | array | |
| allow_all_bitrates | boolean | |
| default_bitrate | integer | |
| bitrates | array | |
| limits | object | Per-license quota envelope (tracks/month, streaming minutes/month, max duration, per-customer caps). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/mubert/refs/heads/main/json-schema/mubert-license-schema.json",
"title": "Mubert License",
"description": "License attached to a Mubert company account. Licenses gate available features (generation modes, bitrates, intensities, streaming, library), bound per-customer quotas, and webhook delivery for billing/usage events.",
"type": "object",
"required": ["id", "company_id", "type", "status"],
"properties": {
"id": { "type": "string", "format": "uuid" },
"company_id": { "type": "string", "format": "uuid" },
"type": {
"type": "string",
"enum": ["trial", "startup", "startup_plus", "enterprise", "custom"],
"description": "License tier."
},
"status": {
"type": "string",
"enum": ["active", "paused", "cancelled", "expired"]
},
"webhook_url": {
"type": ["string", "null"],
"format": "uri",
"description": "Destination for webhook notifications (subscription lifecycle, generation completion, license events)."
},
"webhook_enabled": { "type": "boolean" },
"track_expiration_time": {
"type": "integer",
"description": "Seconds after which a generated track URL expires."
},
"allow_all_features": { "type": "boolean" },
"features": {
"type": "array",
"items": {
"type": "string",
"enum": [
"track_generation",
"track_edit",
"track_record",
"track_similar",
"streaming",
"music_library",
"playlists",
"image_prompt",
"stem_editing"
]
}
},
"allow_all_bitrates": { "type": "boolean" },
"default_bitrate": { "type": "integer", "enum": [128, 192, 256, 320] },
"bitrates": {
"type": "array",
"items": { "type": "integer", "enum": [128, 192, 256, 320] }
},
"limits": {
"type": "object",
"description": "Per-license quota envelope (tracks/month, streaming minutes/month, max duration, per-customer caps).",
"properties": {
"tracks_limit": { "type": "integer" },
"tracks_period": { "type": "string", "enum": ["day", "month", "year", "lifetime"] },
"streaming_limit_minutes": { "type": "integer" },
"streaming_period": { "type": "string", "enum": ["day", "month", "year", "lifetime"] },
"customer_tracks_limit": { "type": "integer" },
"customer_streaming_minutes_limit": { "type": "integer" }
}
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mubert-license"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.