curl --location --request POST 'https://ark.cn-beijing.volces.com/api/v3/contents/generations/tasks' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "<YOUR_MODEL_EP>",
"content": [
{
"type": "text",
"text": "戴着帽子的老爷爷面带微笑往前走 --ratio 1:1 --fps 24 --dur 5"
}
]
}'
{
"id": "cgt-2024****-**",
}