OpenAI Edit Video
No Description
Endpoint
POST http://v98store.com/v1/videos/{id}/remix cURL Command
curl -X POST 'http://v98store.com/v1/videos/{id}/remix' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "prompt": "让this 视频背景变成紫色" }' Parameters
| Name | In | Description | Required |
|---|---|---|---|
| id | path | Yes | |
| Content-Type | header | Yes |
Request Body
Example
{
"prompt": "让this 视频背景变成紫色"
} Responses
401 -
Example
{
"id": "video_ffd746b3-3f44-4b48-8d4a-dd5a10261287",
"object": "video",
"model": "sora-2",
"status": "queued",
"progress": 0,
"created_at": 1761623275,
"size": "720x720",
"remixed_from_video_id": "video_5c6a605a-30c0-4a6a-9dbd-d1d6cfdd9980"
}