curl --location --request GET 'https://ark.cn-beijing.volces.com/api/v3/contents/generations/tasks/cgt-2024****-**' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"model": "doubao-****-**",
"status": "succeeded",
"created_at": "1718049470",
"updated_at": "1718049470",
"content": {
"video_url": "https://xxx"
},
"usage": {
"completion_tokens": 35800,
"total_tokens": 35800
}
}