Auto-rig a humanoid 3D character
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
303 msmedian answer time
$0.2listed price per call
$0.2price 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://stablemesh.dev/api/rigging
| Category | Everything else |
|---|---|
| Provider host | stablemesh.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 14 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.2 | 303 ms |
Example input (from the provider)
{
"body": {},
"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": {
"$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"
}