Query Generation Task
Query the execution progress and download URL of a document generation task.
Interface Specification
Query generation task execution progress and get the download details from result.url once complete.
GET
/tools/tasks/:id
Request Headers
| Header | Type | Required | Description |
|---|---|---|---|
Authorization |
String |
Yes | Bearer <YOUR_API_KEY> — Your developer API key. |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
String |
Yes | The task ID returned when submitting the generation task. |