{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-music-generator",
  "title": "gg402 \u00b7 Generate music compositions",
  "url": "https://gg402.vercel.app/music_generator",
  "category": "media",
  "summary": "Generate structured music compositions with note arrays, pitches, durations, and beat timing.",
  "seo": {
    "title": "AI Music Generation API | Compositions | gg402 x402",
    "description": "Generate structured music compositions via AI. 0.01 USDC per call on Base. Pay-per-call music generation with note arrays and duration data."
  },
  "use_cases": [
    "Generate background music for games and applications",
    "Create procedural music variations for content platforms",
    "Produce MIDI-compatible composition data for DAWs"
  ],
  "ideal_buyer": "Game developers and content creators needing procedural music generation with structured output.",
  "example_prompt": "Generate a 16-bar melody in C major with quarter and eighth notes at 120 BPM.",
  "example_request_body": {},
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.333,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Generate music compositions",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "genre": {
              "type": "string",
              "required": false,
              "description": "The genre of music to generate, e.g., 'jazz', 'rock', 'classical'."
            },
            "prompt": {
              "type": "string",
              "required": true,
              "description": "A text prompt describing the desired music composition, such as style, mood, or instruments."
            },
            "duration": {
              "type": "number",
              "required": false,
              "description": "Desired duration of the music in seconds."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "title",
            "genre",
            "duration",
            "composition"
          ],
          "properties": {
            "genre": {
              "type": "string",
              "description": "The genre of the generated music."
            },
            "title": {
              "type": "string",
              "description": "The title of the generated music composition."
            },
            "duration": {
              "type": "number",
              "description": "The actual duration of the generated music in seconds."
            },
            "composition": {
              "type": "object",
              "required": [
                "notes",
                "tempo"
              ],
              "properties": {
                "notes": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "required": [
                      "pitch",
                      "duration",
                      "start_time"
                    ],
                    "properties": {
                      "pitch": {
                        "type": "string",
                        "description": "The pitch of the note, e.g., 'C4'."
                      },
                      "duration": {
                        "type": "number",
                        "description": "Duration of the note in beats."
                      },
                      "start_time": {
                        "type": "number",
                        "description": "Start time of the note in seconds."
                      }
                    }
                  },
                  "description": "An array of note objects."
                },
                "tempo": {
                  "type": "number",
                  "description": "Tempo of the composition in BPM."
                }
              },
              "description": "Structured representation of the music composition."
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-085be4453f38",
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-music-generator",
    "url": "https://x402all.com/resource/gg402-vercel-app-music-generator",
    "name": "gg402 \u00b7 Generate music compositions",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-music-generator",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/music_generator",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-music-generator",
    "description": "Generate structured music compositions via AI. 0.01 USDC per call on Base. Pay-per-call music generation with note arrays and duration data.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-music-generator",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-music-generator"
}
