Authorization: Bearer ********************
{
"model": "doubao-seaweed",
"content": [
{
"type": "text",
"text": "开心的小男孩"
},
{
"type": "image_url",
"image_url": {
"url": "https://www.shutterstock.com/shutterstock/photos/2629006311/display_1500/stock-photo-classic-painting-of-a-woman-holding-a-child-the-woman-wears-a-red-garment-the-child-is-unclothed-2629006311.jpg"
}
}
]
}
curl --location -g --request POST '/api/v3/contents/generations/tasks' \
--header 'Region: cn-north-1' \
--header 'Service: cv' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seaweed",
"content": [
{
"type": "text",
"text": "开心的小男孩"
},
{
"type": "image_url",
"image_url": {
"url": "https://www.shutterstock.com/shutterstock/photos/2629006311/display_1500/stock-photo-classic-painting-of-a-woman-holding-a-child-the-woman-wears-a-red-garment-the-child-is-unclothed-2629006311.jpg"
}
}
]
}'
{}