Authorization: Bearer ********************
{
"model": "doubao-seaweed-241128",
"content": [
{
"type": "text",
"text": "多个镜头。一名侦探进入一间光线昏暗的房间。他检查桌上的线索,手里拿起桌上的某个物品。镜头转向他正在思索。 --ratio 16:9"
}
]
}
curl --location -g --request POST '{{YOUR_BASE_URL}}/volc/v1/contents/generations/tasks' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seaweed-241128",
"content": [
{
"type": "text",
"text": "多个镜头。一名侦探进入一间光线昏暗的房间。他检查桌上的线索,手里拿起桌上的某个物品。镜头转向他正在思索。 --ratio 16:9"
}
]
}'
{
"id": "cgt-20250629201507-n6k56"
}