Authorization: Bearer ********************
curl --location --request GET 'https://yunwu.ai/doubao/api/v3/contents/generations/tasks?page_size=3&filter.status=succeeded' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"items": [
{
"id": "string",
"model": "string",
"status": "string",
"content": {
"video_url": "string"
},
"usage": {
"completion_tokens": 0,
"total_tokens": 0
},
"created_at": 0,
"updated_at": 0
}
]
}