wait_for_asset
Poll an asset until its generation completes or the timeout expires, then retrieve the final result. Use after any generate, remesh, texture, or animate request.
Instructions
Poll an asset until it finishes (taskStatus 2 or 3) or the timeout elapses, then return the final asset. Use right after generate_* / remesh / texture / animate. 3D generations can take several minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | ||
| timeout_seconds | No | ||
| poll_interval_seconds | No |