Theme
Query Single Task
GET
https://www.kkiai.com/volc/v1/contents/generations/tasks/{task_id}
Request Parameters
Authorization
Add the Authorization parameter to the Header, with its value being the Token concatenated after Bearer
Example: Authorization: Bearer ********************
Path Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
task_id | string | Required |
Header Parameters
| Parameter Name | Type | Required | Description | Example |
|---|---|---|---|---|
Content-Type | string | Optional | application/json | |
Accept | string | Optional | application/json | |
Authorization | string | Optional | Bearer {{YOUR_API_KEY}} |
cURL Example
bash
curl --location --request GET 'https://www.kkiai.com/volc/v1/contents/generations/tasks/cgt-20251028092233-kkvcb' \
--header 'Authorization: Bearer <token>'Response
🟢 200 Success
Response Example
json
{}