Document Server API
REST APIs for meeting document upload and management.
Upload File
URL: https://xx.com/WebAPI/uploadfile
Method: POST
Parameters:
| Name | Required | Type | Description |
|---|---|---|---|
| key | Yes | string | Enterprise ID |
| filedata | Yes | file | File to upload |
| serial | No | string | Meeting ID; auto-binds when provided |
| isopen | No | int | 0 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.
