curl--location'https://vg-api.aig-ai.com/v1/sora-2' \
--header'Authorization: Bearer sk-abcdefghijklmnopqrstuvwxyz1234567890' \
--form'model="sora-2"' \
--form'prompt="A video of a cool cat on a motorcycle in the night"' \
--form'size="720x1280"' \
--form'seconds="4"' \
--form'input_reference=@""'
返回响应
🟢200成功
application/json
Bodyapplication/json
示例
{"error":null,"id":"video_69523c4ff28c8190a9e1688e9a1d76cc","created_at":1766997071,"completed_at":null,"expires_at":null,"progress":0,"prompt":"A video of a cool cat on a motorcycle in the night","model":"sora-2","object":"video","size":"720x1280","status":"in_progress","seconds":"4","remixed_from_video_id":null}