编辑视频
POST /v1/videos/edits
概览
| Method | POST |
|---|---|
| Path | /v1/videos/edits |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 88331084 |
参数
{ "query": [], "path": [], "cookie": [], "header": [ { "required": false, "description": "", "type": "string", "id": "98yxBYLwaX", "enable": true, "name": "Content-Type", "sampleValue": "application/json" }, { "required": false, "description": "", "type": "string", "id": "BgqpPkhIa0", "enable": true, "name": "Authorization", "sampleValue": "" } ] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "model": { "type": "string", "description": "grok-imagine-video" }, "prompt": { "type": "string", "description": "提示词" }, "resolution": { "type": "string", "description": "(\"480p\" | \"720p\")" }, "aspect_ratio": { "type": "string", "description": "(\"1:1\" | \"16:9\" | \"9:16\" )" }, "video": { "type": "object", "properties": { "url": { "type": "string" } }, "required": [ "url" ], "x-apifox-orders": [ "url" ] } }, "required": [ "model", "prompt", "resolution", "aspect_ratio", "video" ], "x-apifox-orders": [ "model", "prompt", "resolution", "aspect_ratio", "video" ] }, "required": true, "mediaType": "", "examples": [], "oasExtensions": "" }
响应
[ { "id": 168817481, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {} }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [] } ]
响应示例
[ { "name": "示例 1", "responseId": 168817481, "data": "{\r\n \"model\": \"grok-imagine-video\",\r\n \"prompt\": \"Give the woman a silver necklace\",\r\n \"video\": {\r\n \"url\": \"https://imageproxy.zhongzhuan.chat/api/proxy/image/5dada4bd5c095d1062b79582a51481bf.mp4\"\r\n },\r\n \"aspect_ratio\": \"16:9\",\r\n \"resolution\": \"480p\",\r\n}", "id": "019ed9e8-a0e2-74e6-8c5f-87f04d9fee05" } ]