Text or image to production-ready 3D models (GLB, PBR textures, up to 1M triangles) in one API call. Built for AI agents: x402 USDC on Solana, settle-upfront with automatic refund on failure. Also auto-rigs models (skeleton + skinning) and segments them into named parts with attachment points. Self-describing: GET /api/generate returns live prices, every knob, and examples.
Pay from $0.10 to $0.20 per request in USDC on Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 3h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- 454ms
- avg response
- 454ms
- total checks
- 1
compliance A (12/12)
12 of 12 x402 conformance checks pass. Full checklist below.
price $0.10 to $0.20 (p80 in AI)
- price (min)
- $0.10
- price (max)
- $0.20
- category percentile (min)
- p80 in AI
- category percentile (max)
- p59 in AI
- endpoints / prices
- 3 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
WHAT IT DOES
ai-derivedMeshPilot provides an API for generating, auto-rigging, and segmenting 3D models with GLB output.
- category
- 3d-modeling
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /api/generate | Generate one 3D model (GLB). | $0.20 | Solana | USDC |
| POST | /api/rig | Auto-rig one model (skeleton + skinning), GLB out. | $0.10 | Solana | USDC |
| POST | /api/segment | Segment one model into named parts (one GLB each). | $0.10 | Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /api/generate returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://meshpilot.cc/api/generate'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
{
"error": "X-PAYMENT header is required",
"accepts": [
{
"tags": [
"3d",
"text-to-3d",
"glb",
"gaming",
"ai"
],
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK"
},
"payTo": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK",
"scheme": "exact",
"iconUrl": "https://meshpilot.cc/brand/logo.png",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"mimeType": "application/json",
"resource": "https://meshpilot.cc/api/generate",
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"prompt": "a brass compass",
"texture": true
},
"type": "http",
"method": "POST"
},
"output": {
"type": "json",
"example": {
"faces": 243230,
"format": "glb",
"textured": true,
"model_url": "https://meshpilot.cc/api/model?file=..."
}
}
}
}
},
"description": "Generate one 3D model (GLB).",
"serviceName": "MeshPilot 3D Generation",
"maxAmountRequired": "200000",
"maxTimeoutSeconds": 300
}
],
"x402Version": 1
},
{
"error": "X-PAYMENT header is required",
"accepts": [
{
"tags": [
"3d",
"rigging",
"animation",
"glb",
"ai"
],
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK"
},
"payTo": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK",
"scheme": "exact",
"iconUrl": "https://meshpilot.cc/brand/logo.png",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"mimeType": "application/json",
"resource": "https://meshpilot.cc/api/rig",
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"model_url": "https://.../model.glb"
},
"type": "http",
"method": "POST"
},
"output": {
"type": "json",
"example": {
"format": "glb",
"rigged": true,
"model_url": "https://meshpilot.cc/api/model?file=..."
}
}
}
}
},
"description": "Auto-rig one model (skeleton + skinning), GLB out.",
"serviceName": "MeshPilot Auto-Rig",
"maxAmountRequired": "100000",
"maxTimeoutSeconds": 300
}
],
"x402Version": 1
},
{
"error": "X-PAYMENT header is required",
"accepts": [
{
"tags": [
"3d",
"segmentation",
"parts",
"glb",
"ai"
],
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK"
},
"payTo": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK",
"scheme": "exact",
"iconUrl": "https://meshpilot.cc/brand/logo.png",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"mimeType": "application/json",
"resource": "https://meshpilot.cc/api/segment",
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"queries": [
"head",
"torso",
"arm",
"leg"
],
"model_url": "https://.../model.glb"
},
"type": "http",
"method": "POST"
},
"output": {
"type": "json",
"example": {
"parts": [
{
"query": "head",
"model_url": "https://meshpilot.cc/api/model?file=...",
"face_count": 46813,
"attachments": [
{
"to": "torso",
"position": [
0.02,
0.31,
-0.01
]
}
]
}
]
}
}
}
}
},
"description": "Segment one model into named parts (one GLB each).",
"serviceName": "MeshPilot Segmentation",
"maxAmountRequired": "100000",
"maxTimeoutSeconds": 300
}
],
"x402Version": 1
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 90d window selected here. Every series is also served as JSON at /api/v1/services/meshpilot/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 3 endpoints. Use the selector to isolate one.
COMPLIANCE
12/12 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- response mimeType declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/meshpilot?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/meshpilot.svg" alt="MeshPilot listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/meshpilot?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/meshpilot?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/meshpilot.svg?data=uptime" alt="MeshPilot uptime on x402-list" height="28"> </a>