Authorization: Bearer ********************
{
"prompt": "将视频背景改为客厅场景"
}
curl --location --request POST 'https://api.gpt.ge/v1/videos//remix' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "将视频背景改为客厅场景"
}'
{
"id": "video_68f082321ed08193a4eaf01376fa10bc0284bd663de64dc5",
"object": "video",
"created_at": 1760592434,
"status": "queued",
"completed_at": null,
"error": null,
"expires_at": null,
"model": "sora-2",
"progress": 0,
"remixed_from_video_id": null,
"seconds": "8",
"size": "1280x720"
}