{
  "x402Version": 2,
  "id": 8359,
  "slug": "8359",
  "resource": "https://musicwire.5432wire.com/v1/render",
  "description": "MusicXML render with deterministic automated QC and artifacts.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2855fB60E630d6A9Ebe0beAE1E1d6392F630F86f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "formats": [
              "mp3",
              "midi"
            ],
            "musicxml": "<?xml version=\"1.0\"?><score-partwise version=\"4.0\">...</score-partwise>"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "job_id": "550e8400-e29b-41d4-a716-446655440000",
            "payment": {
              "status": "verified_pending_qc"
            },
            "poll_url": "/v1/jobs/550e8400-e29b-41d4-a716-446655440000",
            "price_usd": "0.25",
            "status": "queued"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "constraints_check": {
                    "description": "Optional tempo, duration, key, and mode constraints for QC.",
                    "type": "object"
                  },
                  "formats": {
                    "description": "MP3 for listening and MIDI for editing.",
                    "items": {
                      "enum": [
                        "mp3",
                        "midi"
                      ]
                    },
                    "minItems": 1,
                    "type": "array",
                    "uniqueItems": true
                  },
                  "musicxml": {
                    "description": "Complete UTF-8 MusicXML document.",
                    "type": "string"
                  }
                },
                "required": [
                  "musicxml",
                  "formats"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "musicwire.5432wire.com",
  "lastUpdated": "2026-08-31T17:51:56.996Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-31T17:51:56.738Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "musicwire.5432wire.com",
    "manifest_name": "musicwire.5432wire.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}