curl --location --request POST 'https://api.qnaigc.com/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2",
"prompt": "一只可爱的橘猫在阳光明媚的花园里追逐蝴蝶,照片风格,高清画质",
"seconds": "4",
"size": "1280x720"
}'{
"id": "qvideo-user123-1766453713089395279",
"object": "video",
"model": "sora-2",
"status": "queued",
"created_at": 1766453713,
"updated_at": 1766453713,
"seconds": "4",
"size": "1280x720"
}