Skip to content

Document Server API

REST APIs for meeting document upload and management.

Upload File

URL: https://xx.com/WebAPI/uploadfile

Method: POST

Parameters:

NameRequiredTypeDescription
keyYesstringEnterprise ID
filedataYesfileFile to upload
serialNostringMeeting ID; auto-binds when provided
isopenNoint0 or 1; when 0, serial is required

Response:

json
{
    "result": 0,
    "fileid": 495,
    "filename": "1.png",
    "downloadpath": "/upload/20210107_104711_ltqpupbr.png"
}

See Web Server API — Error Codes for error code details.

微议Pro SDK 开发者文档