Documentation Index
Fetch the complete documentation index at: https://docs.qingbo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
poll_url is returned for continued polling.
Request Parameters
Identical toPOST /v1/tasks.
Response
Completed Within Timeout
Not Completed Within Timeout
poll_url, use GET /v1/tasks/{task_id} to continue polling.
When to Use
- Tasks that complete relatively quickly, such as image generation
- Simple scenarios where you don’t want to implement polling logic
- Prototyping and testing