All examples
Example Cogtemplate:voxel-3d
Image → browser-ready 3D
Voxel 3D
Isolate an object, reconstruct its surface with TripoSR, optionally voxelize it, and return a portable GLB ready for the web or a game engine.
RTX 3090 scale to zero GLB modelTripoSRGLBvoxel
Canonical example
Input and output, side by side
Interactive GLB output contract
01 · input
reference image

image
/static/animation-library/image3d/robot.webp
style
voxel48
foreground ratio
0.85
mc resolution
256
02 · GLB model

Run the same recipe everywhere
curl -sX POST https://app.nz/api/cogs/run \
-H "Authorization: Bearer $APP_NZ_KEY" \
-H "Content-Type: application/json" \
-d '{"template":"voxel-3d","input":{"image":"/static/animation-library/image3d/robot.webp","style":"voxel48","foreground_ratio":0.85,"mc_resolution":256}}'