3D modeling (text-to-3D, photo-to-3D).
Media
Endpoints · 4
x402 URLhttps://x402.monid.ai/v1/run
EndpointDescriptionPrice
POST/v1/generations/photo-to-3d$0.80Generate a 3D mesh from 1–4 photos (sculptor or atelier).
POST/v1/uploads$0.01Upload an image to Suzzane
GET/v1/models/{job_id}/downloadFreeGet a presigned download URL for a completed job's mesh.
POST/v1/generations/text-to-3d$0.80Generate a 3D mesh from a text prompt.
Call the provider directly and settle x402 per request.
Quickstart · x402 flow
1 · Call without payment. The service replies 402
bash
curl -i https://x402.monid.ai/v1/run \ -H "Content-Type: application/json" \ -d '{"provider": "suzanne", "endpoint": "/v1/generations/photo-to-3d", "input": {}}'Response
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0.8" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.monid.ai/v1/run \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>" \ -H "Content-Type: application/json" \ -d '{"provider": "suzanne", "endpoint": "/v1/generations/photo-to-3d", "input": {}}'Response
HTTP/1.1 200 OKAny EOA on Monad can pay. curl shown; language tabs land in v2.
Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.
