Kingsoft Office/sseaipptExportPxfFromText

Online calls unavailable · details below

Kingsoft OfficeWPS 365 enterprise collaboration open API

POST/v7/sse/aippt/export_pxf_from_text

Create or run export pxf from text resource

Create or run export pxf from text resource via POST /v7/sse/aippt/export_pxf_from_text.

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

Request parameters

No URL, query, or header parameters.

Request body

text_req_body

Properties: text

Responses

200

export_pxf_from_text_resp_bodytext/event-stream

Request succeeded.

Properties: data

default

unknowntext/event-stream

The upstream service returned this status.

{
  "data": {
    "data_describe_type": "dt_multi_page",
    "data_version": "example content",
    "doc_name": "example content",
    "medias": {
      "id": "example-id-0123456789",
      "url": "https://example.com"
    },
    "root_node": {
      "attachment_id": "example-id-0123456789",
      "auto_generate_picture": true,
      "components": {},
      "diagram_type": "dt_seq",
      "height": 1,
      "node_type": "nt_multi_page",
      "num": 1
    }
  }
}

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.