Kingsoft OfficeWPS 365 enterprise collaboration open API
POST/v7/aidocs/contract_extract
Create or run contract extract resource
Create or run contract extract resource via POST /v7/aidocs/contract_extract.
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
aidocscontractExtract- Server
https://openapi.wps.cn- Authentication
- app, delegated
Request parameters
No URL, query, or header parameters.
Request body
aidocs_contract_extract_req_body
Properties: file_namefile_url
Responses
200
aidocs_contract_extract_resp_bodyapplication/json
Request succeeded.
Properties: data
default
unknownapplication/json
The upstream service returned this status.
{
"data": {
"companies": {
"account_bank": "example content",
"account_name": "example content",
"address": "example content",
"contracting_party": "example content",
"name": "Example title",
"people": "example content",
"phone": "example content",
"signature": "example content"
},
"contract_info": {
"code": "example content",
"datetime_end": "2026-08-16T00:00:00.000Z",
"datetime_sign": "2026-08-16T00:00:00.000Z",
"datetime_start": "2026-08-16T00:00:00.000Z",
"money": "example content",
"num": "example content",
"terms": {}
},
"is_contract": true
}
}