ppt_url 为空/v1/job/get 协议获取任务的最新状态 (推荐每隔5秒请求一次,直到任务成功)Authorization: Bearer ********************{
"template_id": "",
"resource_id": "string",
"ai_content_flag": true,
"create_preview_image_type": "null",
"with_create_log_flag": false,
"aigc_implicit_label": "{\"Label\":\"Mindshow\",\"ContentProducer\":\"Mindshow API\",\"ProduceID\":\"Mindshow\",\"ReservedCode1\":\"0\",\"ContentPropagator\":\"0\",\"PropagateID\":\"0\",\"ReservedCode2\":\"1\"}"
}curl --location --request POST 'https://api.mindshow.vip/v1/job/ppt_create_by_ppt' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_id": "",
"resource_id": "string",
"ai_content_flag": true,
"create_preview_image_type": "null",
"with_create_log_flag": false,
"aigc_implicit_label": "{\"Label\":\"Mindshow\",\"ContentProducer\":\"Mindshow API\",\"ProduceID\":\"Mindshow\",\"ReservedCode1\":\"0\",\"ContentPropagator\":\"0\",\"PropagateID\":\"0\",\"ReservedCode2\":\"1\"}"
}'{
"code": 0,
"info": "succ",
"request_id": "21al1389334aal4f",
"data": {
"job": {
"id": "1dk13k3hgfk",
"title": "标题",
"status": "succeeded",
"queue_wait_count": 0,
"progress_percent": 0,
"created_at": "2020-01-01T00:00:00+08:00",
"finished_at": "2020-01-01T00:00:00+08:00",
"ppt_url": "string",
"template_id": "string",
"preview_img_list": [
"string"
],
"error": "string"
},
"create_log_url": "string"
}
}