{
  "x402Version": 2,
  "id": 11895,
  "slug": "11895",
  "resource": "https://stablemesh.dev/api/rigging",
  "description": "Auto-rig a humanoid 3D character. $0.20. Input models must be under 300,000 faces; run /api/remesh first when using high-poly generated models, then pass the completed remesh task ID.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xfBcA05073748AB9605370732dd70D7A14A0b7146",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "200000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {},
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "height_meters": {
                    "default": 1.7,
                    "description": "Character height in meters",
                    "type": "number"
                  },
                  "input_task_id": {
                    "description": "ID of a completed Meshy task to rig. Rigging only accepts models under 300,000 faces; if the source model may exceed that limit, run /api/remesh first and pass the completed remesh task ID here.",
                    "type": "string"
                  },
                  "model_url": {
                    "description": "Public URL or data URI to a GLB file under 300,000 faces. If the model may exceed 300,000 faces, reduce it with /api/remesh before rigging.",
                    "type": "string"
                  },
                  "texture_image_url": {
                    "description": "UV-unwrapped base color texture (PNG)",
                    "type": "string"
                  }
                },
                "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"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "stablemesh.dev",
  "lastUpdated": "2026-09-04T21:21:48.444Z",
  "quality": {
    "calls30d": 14,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-04T21:22:06.576Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "stablemesh.dev",
    "manifest_name": "stablemesh.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}