TOOL API
doc. insert_ image
在 Word 文档指定位置插入图片。使用前请先调用 resolve_document_structure 获取文档结构以确定正确的插入位置索引(DOC) if both tencent-docs (personal) and tencent-docs-oa (enterprise) are connected, use AskUserQuestion to let the user pick the target account before invoking this tool.
productivityOAuth1 credits
Call information
- Tool slug
- tencent-docs.doc.insert_image
- Provider
- Tencent Docs
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
contentbase64 编码后的图片内容,与 image_id 二选一;适合图片较小的场景
file_id在线文档DOC的文档唯一标识符(与file_url二选一)
file_url腾讯文档的URL链接(推荐),与file_id二选一
height图片高度(像素)
idxrequired插入的文档位置索引
image_id图片的 image_id,与 content 二选一;适合图片较大的场景
version_info版本参数
width图片宽度(像素)