Parameters1
| Parameter | Type | Default | Example |
|---|---|---|---|
url | string | null | https://three.ws/avatar/character-studio/sample.glb |
Service overview
three.ws Model Check — fetch a glTF/GLB model from a URL, run the canonical glTF-Transform inspector, and return structural stats (vertices, triangles, materials, textures, animations, extensions) plus a prioritized list of optimization recommendations. Useful for any agent vetting a 3D asset before minting, embedding, or paying for it. Pay-per-call in USDC on Base mainnet.
Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.
Paste into your agentic chat and let your agent guide you.
npx awal x402 pay "https://three.ws/api/x402/model-check" \
--query '{
"url": "{url}"
}'{
"endpoint": "GET /api/x402/model-check",
"paid": true,
"query": "example input",
"result": {
"value": "Structured response from the service."
}
}API surface
5 crawlable routes
| Parameter | Type | Default | Example |
|---|---|---|---|
url | string | null | https://three.ws/avatar/character-studio/sample.glb |
| Parameter | Type | Default | Example |
|---|---|---|---|
dance | string | null | rumba |
dancer | string | null | 1 |
| Parameter | Type | Default | Example |
|---|---|---|---|
limit | number | null | 20 |
skill | string | null | inspect_model |
| Parameter | Type | Default | Example |
|---|---|---|---|
network | string | null | mainnet |
ticker | string | null | HELIO |
| Parameter | Type | Default | Example |
|---|---|---|---|
mints | array | null | [] |
FAQ
Service
OATP · tx_explainer — Fetch a Solana transaction by signature and return a human-readable explanation: programs invoked, token balance changes, fee (SOL + USD), and a one-line summary.
Service
Exa /contents endpoint
Service
Decode and explain any EVM blockchain transaction across 11 chains (Base, Ethereum, Arbitrum, Optimism, Avalanche, Polygon, Mantle, Monad, Plasma, BSC, Hyperliquid). Get a human-readable summary of swaps, transfers, approvals, DeFi interactions, and more.