curl --location 'https://moyunapi.com/v1/videos' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "sora",
"prompt": "一只金毛犬在阳光下的海边沙滩奔跑,慢镜头,海浪飞溅,电影感。",
"duration": 5,
"width": 1920,
"height": 1080,
"fps": 24,
"response_format": "url"
}'{
"id": "task_abc123",
"object": "video.generation",
"model": "sora",
"status": "pending",
"progress": 0,
"created_at": 1722486000,
"expires_at": 1722572400
}