ppt_url
/v1/job/get
{ "template_id": "xxxxxxxxx", "resource_id": "string", "ai_content_flag": true }
curl --location --request POST 'https://api.mindshow.vip/v1/job/ppt_create_by_ppt' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "template_id": "xxxxxxxxx", "resource_id": "string", "ai_content_flag": true }'
{ "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", "preview_img_list": [ "string" ], "md_content": "string", "error": "string" } } }