DeerAPI Sora 官方格式混编接口文档:通过 POST /v1/videos//remix 对已完成的 sora-2 或 sora-2-pro 任务做小范围定向修改。
curl --request POST \
--url https://api.deerapi.com/v1/videos/{video_id}/remix \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Extend the scene with the cat taking a bow to the cheering audience"
}
'{
"id": "<string>",
"object": "<string>",
"model": "<string>",
"status": "<string>",
"progress": 123,
"created_at": 123,
"size": "<string>",
"seconds": "<string>",
"remixed_from_video_id": "<string>"
}sora-2 和 sora-2-pro 的官方格式任务。sora-2-all、sora-2-pro-all 这类技术兼容入口不应默认沿用当前页的工作流。video_id 必须是已完成的视频任务,且应来自官方格式链路。Bearer token authentication. Use your DeerAPI key.
The identifier of the completed video to remix.
curl --request POST \
--url https://api.deerapi.com/v1/videos/{video_id}/remix \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "Extend the scene with the cat taking a bow to the cheering audience"
}
'{
"id": "<string>",
"object": "<string>",
"model": "<string>",
"status": "<string>",
"progress": 123,
"created_at": 123,
"size": "<string>",
"seconds": "<string>",
"remixed_from_video_id": "<string>"
}