Authorization: Bearer ********************
{
"model": "string",
"content": [
{
"type": "string",
"text": "string",
"image_url": {
"url": "string"
}
}
]
}
curl --location --request POST 'https://xiaosong.chat/volc/v1/contents/generations/tasks' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"content": [
{
"type": "string",
"text": "string",
"image_url": {
"url": "string"
}
}
]
}'
{
"id": "cgt-20250918165813-8tz7p",
"status": "submitted"
}