Appearance
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| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
jobId | string | yes | - | Source model job owned by the caller. |
prompt | string | yes | - | Description of the new texture. |
textureResolution | "128" | "256" | "512" | "1k" | "2k" | "4k" | "auto" | "none" | no | "auto" | Requested output texture resolution. |
apiVersion | integer | no | 1 | Only 1 exists today. |
Split into parts
Available
This endpoint is live for public API keys.
POST /jobs/split-to-parts
Content-Type: application/json| Field | Type | Required | Notes |
|---|---|---|---|
jobId | string | yes | Source 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| Field | Location | Type | Required | Notes |
|---|---|---|---|---|
file | form | 3D model file | yes | GLB, OBJ, FBX, STL, BLEND, PLY, USDC, or USDA. Max 500MB. |
service | query | string | no | Job service label. Omit for the default upload flow. |
parametric_json | form | string | no | Serialized parametric model data. |
parametric_generator_id | form | string | no | Parametric 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| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
prompt | string | yes | - | Description of the solid model. Up to 4096 characters. |
targetFaceCount | integer | no | 0 | 0 lets the pipeline pick. Max 500000. |
genStyleId | string | no | "Auto" | A generation style ID. |
apiVersion | integer | no | 1 | Only 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| Field | Type | Required | Notes |
|---|---|---|---|
jobId | string | yes | Source job owned by the caller. |
sourceImageURL | string | no | Source image URL to use instead of the image already associated with the job. |