欢迎使用 VIAAAI 聚合API !活动期间:①注册会员即送0.2美金等额token,②充值9折优惠酬宾,③每天签到送$0.25;欢迎试用!
Authorization: Bearer ********************curl --location '/volc/v1/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
}
]
}