Skip to content

Model Tools

Retexture and Split into parts are available now. Upload 3D model, Text-to-solid-box, and Create solid box are coming soon (marked below) and their request contracts may change before release.

Retexture

Available

This endpoint is live for public API keys.

POST /jobs/retexture
Content-Type: application/json
FieldTypeRequiredDefaultNotes
jobIdstringyes-Source model job owned by the caller.
promptstringyes-Description of the new texture.
textureResolution"128" | "256" | "512" | "1k" | "2k" | "4k" | "auto" | "none"no"auto"Requested output texture resolution.
apiVersionintegerno1Only 1 exists today.

Split into parts

Available

This endpoint is live for public API keys.

POST /jobs/split-to-parts
Content-Type: application/json
FieldTypeRequiredNotes
jobIdstringyesSource model job owned by the caller.

Upload 3D model

Coming soon

Not yet enabled for public API keys. The request contract may change before release.

POST /jobs/upload-3d
Content-Type: multipart/form-data
FieldLocationTypeRequiredNotes
fileform3D model fileyesGLB, OBJ, FBX, STL, BLEND, PLY, USDC, or USDA. Max 500MB.
servicequerystringnoJob service label. Omit for the default upload flow.
parametric_jsonformstringnoSerialized parametric model data.
parametric_generator_idformstringnoParametric generator identifier.

Text-to-solid-box

Coming soon

Not yet enabled for public API keys. The request contract may change before release.

POST /jobs/text-to-solidbox
Content-Type: application/json
FieldTypeRequiredDefaultNotes
promptstringyes-Description of the solid model. Up to 4096 characters.
targetFaceCountintegerno00 lets the pipeline pick. Max 500000.
genStyleIdstringno"Auto"A generation style ID.
apiVersionintegerno1Only 1 exists today.

Create solid box from a job

Coming soon

Not yet enabled for public API keys. The request contract may change before release.

POST /jobs/create-solid-box
Content-Type: application/json
FieldTypeRequiredNotes
jobIdstringyesSource job owned by the caller.
sourceImageURLstringnoSource image URL to use instead of the image already associated with the job.