Theme
doubao-2.0 Query Video Generation Task List
GET
https://www.kkiai.com/api/v3/contents/generations/tasks
https://www.volcengine.com/docs/82379/1521675?lang=zh
Request Parameters
Authorization
Add the Authorization parameter to the Header, with its value being the Token concatenated after Bearer
Example: Authorization: Bearer ********************
Query Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
page_size | string | Optional | 3 | |
filter.status | string | Optional | succeeded |
cURL Example
bash
curl --location --request GET 'https://www.kkiai.com/api/v3/contents/generations/tasks?page_size=3&filter.status=succeeded' \
--header 'Authorization: Bearer <token>'Response
🟢 200 Success
Response Example
json
{}