Authorization: Bearer ********************{
"messages": [
{
"role": "user",
"content": "upsample 我在河边洗脚,有鳄鱼走前来,并对我竖中指 竖屏"
// 支持一切的比例描述,例如 16:9、9:16,横屏、竖屏、窄屏,AI 识别的, 自然语言描述即可
}
],
"model": "veo3",
"temperature": 0.7
}
//注:upsample 用于增加视频清晰度curl --location --request POST 'https://api.apicore.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "user",
"content": "upsample 我在河边洗脚,有鳄鱼走前来,并对我竖中指 竖屏"
// 支持一切的比例描述,例如 16:9、9:16,横屏、竖屏、窄屏,AI 识别的, 自然语言描述即可
}
],
"model": "veo3",
"temperature": 0.7
}
//注:upsample 用于增加视频清晰度'{
"id": "veo3:4da70f7d-5d91-4231-939f-d4d92a5d2f28",
"preview_url": "https://asyncdata.net/web/veo3:4da70f7d-5d91-4231-939f-d4d92a5d2f28",
"source_url": "https://asyncdata.net/source/veo3:4da70f7d-5d91-4231-939f-d4d92a5d2f28"
}
//不断轮询source_url,等待video_url出现即可,webhook,等8月份月底