Memory · sandbox · browse · critique · judge.
Documents16PDF · Word · Excel · OCR.
Audio20Transcribe · diarize · TTS.
Images27Caption · OCR · resize.
Web39Scrape · screenshot · meta.
Validation25Email · IBAN · IP · VAT.
Conversions20JSON · YAML · UUID.
All endpoints159Full catalog · featured first.
Wallet-only · earn USDC daily.
Sell-side guideEIP-712 · JWT · settlement.
Pricing & take rate3% paywall · 4% proxy.
How settlement worksSettlement runs daily at 00:00 UTC, in USDC. A balance ≥ 1 USDC is paid at the next run (within 24h). A balance below 1 USDC carries over and accumulates across days until it reaches 1 USDC, then it's paid.
/v1/3d/from-image
Powered by Replicate
Request → Response
Examples from schemas.json.
POST /v1/3d/from-image Content-Type: application/json { "image": "https://tools402.dev/og/og-docs.png", "texture_size": 1024, "mesh_simplify": 0.5 }
HTTP/1.1 200 OK Content-Type: application/json // Endpoint-specific body after 402 settlement
Generate a textured 3D asset from a single image (configurable texture size and mesh simplification). Powered by Trellis via Replicate.
Cloud platform to run open-source machine learning models via API.
Body: JSON · application/json
| Field | Type | Description | |
|---|---|---|---|
| image | string | required | — |
| texture_size | number | number | number | required | — |
| mesh_simplify | number | required | min: 0 |
curl -X POST https://api.tools402.dev/v1/3d/from-image \
-H "Content-Type: application/json" \
-d '{
"image": "https://tools402.dev/og/og-docs.png",
"texture_size": 1024,
"mesh_simplify": 0.5
}'402 payment flow omitted — see Integrations for settlement.