Kingsoft OfficeWPS 365 enterprise collaboration open API
POST/v7/longtask/aippt/gen_tpl_from_ppt
Create or run gen tpl from ppt resource
Create or run gen tpl from ppt resource via POST /v7/longtask/aippt/gen_tpl_from_ppt.
Manage contacts and organization, cloud documents, DBSheet/smart sheets, messaging, meetings, calendars, mail, todo, approvals, and event subscriptions through the official WPS 365 OpenAPI (v7); the official machine contract is the OpenAPI 3.0.0 published on open.wps.cn (827 endpoints / 3,119 schemas). Enterprise data is private business data; Pontx does not proxy, cache, or aggregate it and callers use the local SDK/CLI directly.
Request
- operationId
longtaskaipptGenTplFromPpt- Server
https://openapi.wps.cn- Authentication
- app, delegated
Request parameters
No URL, query, or header parameters.
Request body
Properties: drive_idfile_idfile_urlfiltergen_standard_templategen_tpl_scenetemplate_idtheme_filtertpl_desp
Responses
200
longtask_gen_tpl_from_ppt_resp_bodyapplication/json
Request succeeded.
Properties: data
default
unknownapplication/json
The upstream service returned this status.
{
"data": {
"item": {
"content_item_count": 1,
"id": 1,
"is_need_cut_contents": true,
"resource_key": 1,
"standard_template_key": "example content",
"standard_template_url": "https://example.com",
"tag_template_key": "example content",
"tag_template_url": "https://example.com"
}
}
}