# 创建文档

文档API使用须知

# host: https://yach-oapi.zhiyinlou.com 正式环境

# host: https://yach-oapi-test.zhiyinlou.com 测试环境

# 概述

名称
地址 /openapi/v2/doc/add
请求方式 POST
参数 见【参数】
返回值 见【返回值】
名称
Content-Type application/json

# 参数

参数 参数类型 必须 说明
access_token String 调用接口凭证
name String 要创建的文档名称,不传默认为:无标题
folder String 支持同时在桌面和协作空间创建。如果不传参,默认在桌面下创建。如果要在协作空间根下面创建,需要传协作空间 guid。其它情况下传父文件夹 guid
type String 文件类型,文件夹:folder 轻文档: newdoc 表格: mosheet 幻灯片: presentation 脑图: mindmap 表单:form 白板:board

返回值(响应从的 200为成功,非200为不成功)

{
    "code": 200,
    "msg": "",
    "obj": {
        "guid": "sxfdsff323",
        "url": "https://yach-doc-shimo.zhiyinlou.com/docs/hfksajfwie"
    }
}
上次更新: 11/12/2024, 8:54:52 PM
foo