If the create response included
poll_url, prefer calling that exact URL for polling. /v1/tasks/{id} is the canonical fixed status endpoint for 3D jobs, and id / task_id should be treated as the same async task identity.Path Parameters
The 3D generation task ID.
Response
Task ID.
Async task identifier alias when provided.
Preferred polling URL when the create response supplies one.
Task status:
pending, processing, completed, or failed.Progress percentage (0-100).
URL to download the 3D model file (when completed).
URL to download the GLB format model (when available).
URL to download the FBX format model (when available).
Error message (when failed).