Endpoint
poll_url is returned for continued polling.
Request Parameters
Same asPOST /v1/tasks.
Response
Completed Within Timeout
Timeout Exceeded
poll_url, continue polling with GET /v1/tasks/{task_id}.
Use Cases
- Image generation and other tasks that complete relatively quickly
- Simple scenarios where you prefer not to implement polling logic
- Prototyping and testing