Skip to content

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

ParameterTypeRequiredDescriptionExample
page_sizestringOptional3
filter.statusstringOptionalsucceeded

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
{}