convert_format
Convert 3D models between GLTF, FBX, OBJ, STL, USDZ, and 3MF formats for compatibility with different applications and workflows.
Instructions
Convert a generated 3D model to a different file format (GLTF, FBX, OBJ, STL, USDZ, 3MF). This is an async operation — use task_status to poll progress, then download_model to retrieve the converted file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originalTaskId | Yes | Task ID of the model to convert | |
| format | Yes | Desired output format: GLTF, FBX, OBJ, STL, USDZ, or 3MF |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| status | Yes |