three.ws

three.ws
Category
Service
Network
Avg / request
$0.001 – $0.05
Endpoints
5

Service overview

What is three.ws?

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.

Make a Call

Example request
npx awal x402 pay "https://three.ws/api/x402/model-check" \
  --query '{
  "url": "{url}"
}'
What you get back
{
  "endpoint": "GET /api/x402/model-check",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services