重新生成封面图
POST /suno/submit/regen-img
说明
重新生成封面,0 积分,异步。
概览
| Method | POST |
|---|---|
| Path | /suno/submit/regen-img |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 87593027 |
参数
{ "path": [], "query": [], "cookie": [], "header": [] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "task_batch_id": { "type": "string", "description": "任务 taskBatchId" } }, "required": [ "task_batch_id" ], "x-apifox-orders": [ "task_batch_id" ] }, "mediaType": "application/json", "oasExtensions": "", "required": true, "additionalContentTypes": [], "examples": [ { "value": "{\n \"task_batch_id\": \"1265431382265176065\"\n}", "mediaType": "application/json", "description": "" } ] }
响应
[ { "id": 113509430, "name": "", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": { "code": { "type": "string" }, "message": { "type": "string" }, "data": { "type": "string", "description": "taskBatchId" } }, "required": [ "code", "message", "data" ], "x-apifox-orders": [ "code", "message", "data" ] }, "itemSchema": {}, "description": "", "mediaType": "application/json", "headers": [], "oasExtensions": "" } ]
响应示例
[ { "name": "成功示例", "responseId": 113509430, "data": "{\n \"code\": \"success\",\n \"message\": \"\",\n \"data\": \"1268154180129529857\"\n}", "description": "", "oasKey": "", "oasExtensions": "", "id": "019e91f5-80e8-714d-b365-05aeeea7d7c3" } ]