Authorization: Bearer ********************{
"messages": [
{
"role": "user",
"content": [
{
"text": "横屏,图中形象在奔跑",
"type": "text"
},
{
"image_url": {
"url": "https://wiki.tu-zi.com/code/mdjourney/cat_4.png"
},
"type": "image_url"
}
]
}
],
"model": "sora-2"
}curl --location --request POST 'https://asyncdata.net/tran/https://api.tu-zi.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "user",
"content": [
{
"text": "横屏,图中形象在奔跑",
"type": "text"
},
{
"image_url": {
"url": "https://wiki.tu-zi.com/code/mdjourney/cat_4.png"
},
"type": "image_url"
}
]
}
],
"model": "sora-2"
}'{
"id": "task_01k6fmse5zeq89cd1n1aqas3mb",
"preview_url": "https://asyncdata.net/web/task_01k6fmse5zeq89cd1n1aqas3mb",
"source_url": "https://asyncdata.net/source/task_01k6fmse5zeq89cd1n1aqas3mb"
}