Kingsoft OfficeWPS 365 enterprise collaboration open API
POST/v7/aiopen/slides/generator/gen_slides
Create or run gen slides resource
Create or run gen slides resource via POST /v7/aiopen/slides/generator/gen_slides.
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
aiopenslidesGeneratorGenSlides- Server
https://openapi.wps.cn- Authentication
- app, delegated
Request parameters
No URL, query, or header parameters.
Request body
Properties: filter_slide_typesgen_image_sourceoutlinetheme_iduse_document_images
Responses
200
post_gen_slides_resp_bodyapplication/json
Request succeeded.
Properties: data
default
unknownapplication/json
The upstream service returned this status.
{
"data": {
"pptx_data": {
"file_url": "https://example.com",
"sequence_num": 1,
"slide_index": 1,
"slide_type": "title",
"stream_status": "example content",
"thumbnail_url": "https://example.com",
"total": 1
},
"type": "example content"
}
}