Generation Parameters
Tune polygon count, PBR textures, and output formats on text-to-3D and photo-to-3D jobs.
The params block on a job applies to both text-to-3D and photo-to-3D:
| Field | Type | Default | Notes |
|---|---|---|---|
faces | int | 100000 | Target polygon count. Allowed values: 40000, 100000, 500000, 1500000. Multi-photo jobs silently clamp to ≤20000 (engine cap); the actual value used appears on the job row. |
pbr | bool | true | Generate PBR textures (base color + metallic-roughness + normal). Disable for flat-shaded output. |
Outputs
Output formats are requested separately via outputs:
"outputs": ["glb", "stl"] // GLB always works; OBJ and STL are converted from GLB by the workerGLB is always produced; OBJ and STL are converted server-side from the GLB by the worker. Request any subset of ["glb", "obj", "stl"] and download whichever format you need from the completed job.