Authorization: Bearer ********************
{ "model": "string", "content": [ { "type": "string", "text": "string", "image_url": "string" } ] }
curl --location 'https://draw.openai-next.com/seedance/api/v3/contents/generations/tasks' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "string", "content": [ { "type": "string", "text": "string", "image_url": "string" } ] }'
{ "id": "cgt-2026****-****" } }