ppt_url
为空/v1/job/get
协议获取任务的最新状态 (推荐每隔5秒请求一次,直到任务成功){
"template_id": "xxxxxxxxx",
"speaker": "演讲者名称",
"type": "string",
"content": "string",
"content_ex_info": "",
"model": "ali",
"page_count": 0,
"language": "zh",
"scene": "",
"target_audience": "",
"desc_info": "",
"qa_list": [
{
"question": "",
"answer": ""
}
],
"resource_id_list": [
"xxxx"
],
"create_preview_image_type": "null",
"create_ppt_flag": true,
"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_gpt' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_id": "xxxxxxxxx",
"speaker": "演讲者名称",
"type": "string",
"content": "string",
"content_ex_info": "",
"model": "ali",
"page_count": 0,
"language": "zh",
"scene": "",
"target_audience": "",
"desc_info": "",
"qa_list": [
{
"question": "",
"answer": ""
}
],
"resource_id_list": [
"xxxx"
],
"create_preview_image_type": "null",
"create_ppt_flag": true,
"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"
}
}