Params
填写已有的video_id
,Body
处通过prompt
填写提示词{
"prompt": "非常宁静的画面"
}
curl --location --request POST 'https://api.302.ai/openai/v1/videos/video_68e7828102148190858f17967e894e9b054d1de76e7bc93c/remix' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "非常宁静的画面"
}'
{
"id": "video_68e8ad9626208190bd45207f436c170d01245ed4889680f2",
"object": "video",
"created_at": 1760079254,
"status": "queued",
"completed_at": null,
"error": null,
"expires_at": null,
"model": "sora-2-pro",
"progress": 0,
"remixed_from_video_id": "video_68e8a9287af081908c7df81a1ca543480df74d068eccf1e9",
"seconds": "4",
"size": "1024x1792"
}