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.
listed 2026-07-17 · no on-chain settlement recorded yet
ASSESSMENT
updated 4h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 37.5%
- uptime 24h
- 0%
- uptime 7d
- 0%
- uptime 30d
- 37.5%
- uptime 90d
- 37.5%
- response p95
- 578ms
- avg response
- 320ms
- total checks
- 1,637
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (11/12): declares the current x402 version (2), stale (probe failing)
11 of 12 x402 conformance checks pass; failing: declares the current x402 version (2). Full checklist below.
price $0.10 to $0.20 (p76 in AI)
- price (min)
- $0.10
- price (max)
- $0.20
- category percentile (min)
- p76 in AI
- category percentile (max)
- p63 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.
- domain age
- 63d
- registrar
- NameCheap, Inc.
- hosting
- custom
- domain created
- 2026-06-06
Identity facts, not a risk score.
traction $0.00 30d · 0 buyers
- volume 30d
- $0.00
- buyers 30d
- 0
- settlements 30d
- 0
- first settlement
- ---
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
- volume all-time
- $0
- settlements all-time
- 0
- median settlement 30d
- -
- max settlement 30d
- -
- settled via
- -
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides AI-powered 3D model generation, rigging, and segmentation services.
- category
- 3d-ai
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| 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
}
] OVER TIME
All charts use the 24h selector; each series spans only the dates it has data for. 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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 3 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
11/12 checks pass · grade A · failing: declares the current x402 version (2) · stale (probe failing)last 402 captured 2026-07-17 · last up 2026-07-25
- 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
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
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>