curl --location --request POST 'https://api.qnaigc.com/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v3",
"prompt": "一只可爱的小猫在阳光下玩耍",
"mode": "std",
"seconds": "5",
"size": "1280x720"
}'{
"id": "qvideo-root-1768269319625392000",
"object": "video",
"model": "kling-v2-6",
"mode": "std",
"status": "queued",
"created_at": 1768269319,
"updated_at": 1768269319,
"seconds": "5",
"size": "1280x720"
}