type 下字段不同,平台会透传未知字段给上游。text:提示词。image_url:图片 URL、Base64 或素材 ID。video_url:视频 URL 或素材 ID。audio_url:音频 URL、Base64 或素材 ID。draft_task:样片任务。{
"type": "text",
"text": "string",
"image_url": {
"url": "string",
"property1": "string",
"property2": "string"
},
"video_url": {
"url": "string",
"property1": "string",
"property2": "string"
},
"audio_url": {
"url": "string",
"property1": "string",
"property2": "string"
},
"draft_task": {
"id": "string",
"property1": "string",
"property2": "string"
},
"role": "first_frame",
"property1": "string",
"property2": "string"
}