generate_model
Start an async image-to-3D generation job from uploaded image asset IDs, returning a task ID to monitor progress and retrieve the final GLB or STL file.
Instructions
Start an async image-to-3D job on pictostl.com. Requires imageAssetIds from upload_image. If you omit clientRequestId the server call still sends one — reuse that value to retry the same job without a second charge. Poll with get_task using the returned task id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| views | No | Required for Pro/Ultra multi-view; must include Front | |
| quality | Yes | ||
| texture | Yes | ||
| imageAssetIds | Yes | Asset IDs returned by upload_image | |
| clientRequestId | No | UUID for idempotent retries; generated when omitted |