Mubert · JSON Structure

Mubert License Structure

Structural definition for a Mubert company license: gates features, bitrates, intensities, modes, formats, and per-customer quotas.

Type: object Properties: 13
AI MusicGenerativeRoyalty-FreeStreamingText-to-MusicImage-to-MusicStemsB2B

MubertLicense is a JSON Structure definition published by Mubert, describing 13 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

id company_id type status webhook_url webhook_enabled track_expiration_time allow_all_features features allow_all_bitrates default_bitrate bitrates limits

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "name": "MubertLicense",
  "type": "object",
  "description": "Structural definition for a Mubert company license: gates features, bitrates, intensities, modes, formats, and per-customer quotas.",
  "properties": {
    "id":                    { "type": "string", "format": "uuid", "required": true },
    "company_id":            { "type": "string", "format": "uuid", "required": true },
    "type":                  { "type": "string" },
    "status":                { "type": "string" },
    "webhook_url":           { "type": "string", "format": "uri", "nullable": true },
    "webhook_enabled":       { "type": "boolean" },
    "track_expiration_time": { "type": "int32" },
    "allow_all_features":    { "type": "boolean" },
    "features":              { "type": "array", "items": { "type": "string" } },
    "allow_all_bitrates":    { "type": "boolean" },
    "default_bitrate":       { "type": "int32" },
    "bitrates":              { "type": "array", "items": { "type": "int32" } },
    "limits": {
      "type": "object",
      "properties": {
        "tracks_limit":               { "type": "int32" },
        "tracks_period":              { "type": "string" },
        "streaming_limit_minutes":    { "type": "int32" },
        "streaming_period":           { "type": "string" },
        "customer_tracks_limit":      { "type": "int32" },
        "customer_streaming_minutes": { "type": "int32" }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/mubert-license-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.