ToolAssay

MusicXML render with deterministic automated QC and artifacts

MusicXML render with deterministic automated QC and artifacts.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
956 msmedian answer time
$0.25listed price per call
$0.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://musicwire.5432wire.com/v1/render

CategoryEverything else
Provider hostmusicwire.5432wire.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days7 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.25 956 ms

Example input (from the provider)

{
  "body": {
    "formats": [
      "mp3",
      "midi"
    ],
    "musicxml": "<?xml version=\"1.0\"?><score-partwise version=\"4.0\">...</score-partwise>"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON