Kingsoft Office/sseaipptHtml2pptx

Online calls unavailable · details below

Kingsoft OfficeWPS 365 enterprise collaboration open API

POST/v7/sse/aippt/html2pptx

Create or run html2pptx resource

Create or run html2pptx resource via POST /v7/sse/aippt/html2pptx.

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
sseaipptHtml2pptx
Server
https://openapi.wps.cn
Authentication
app, delegated

Request parameters

No URL, query, or header parameters.

Request body

html2pptx_req_body

Properties: encode_datahtml_contentshtml_urlsmerge_slides

Responses

200

aippt_html2pptx_resp_bodytext/event-stream

Request succeeded.

Properties: data

default

unknowntext/event-stream

The upstream service returned this status.

{
  "data": {
    "message": {
      "code": 1,
      "data": {},
      "msg": "example content",
      "request_id": "example-id-0123456789",
      "type": "generate_pptx_start"
    }
  }
}

Stream events

Unknown events: Preserved as raw payloads for forward compatibility.

message

Data format: JSONunknown

Supplier SSE event payload; the data field follows the 200 response schema of this endpoint. The official contract does not enumerate event names, so unknown events are preserved.