From dee206f1e99c74c04e1bf5ebab2b4228ec2d6777 Mon Sep 17 00:00:00 2001 From: Hommy <16620803786@163.com> Date: Sun, 1 Mar 2026 10:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ README.zh.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index cf408fa..689f3d3 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,15 @@ The following are the core interfaces provided by CapCut Mate API, supporting a |-----------|----------|-------------|-------------------| | **easy_create_material** | Quick Creation | Add multiple types of materials at once, simplify creation process | [📖 View Documentation](./docs/easy_create_material.md) | +### 🛠️ Utility Tools +| Interface | Function | Description | Documentation Link | +|-----------|----------|-------------|-------------------| +| **get_url** | Extract URL | Extract URL information from input content | [📖 View Documentation](./docs/get_url.md) | +| **search_sticker** | Search Sticker | Search sticker materials by keyword | [📖 View Documentation](./docs/search_sticker.md) | +| **objs_to_str_list** | Objects to String List | Convert object list to string list format | [📖 View Documentation](./docs/objs_to_str_list.md) | +| **str_list_to_objs** | String List to Objects | Convert string list to object list format | [📖 View Documentation](./docs/str_list_to_objs.md) | +| **str_to_list** | String to List | Convert string to list format | [📖 View Documentation](./docs/str_to_list.md) | + ## API Usage Examples ### Create Draft diff --git a/README.zh.md b/README.zh.md index 0eeb549..2a1a162 100644 --- a/README.zh.md +++ b/README.zh.md @@ -165,6 +165,15 @@ docker-compose up -d |------|------|------|----------| | **easy_create_material** | 快速创建 | 一次性添加多种类型素材,简化创建流程 | [📖 查看文档](./docs/easy_create_material.md) | +### 🛠️ 工具类接口 +| 接口 | 功能 | 描述 | 文档链接 | +|------|------|------|----------| +| **get_url** | 提取URL | 从输入内容中提取URL信息 | [📖 查看文档](./docs/get_url.md) | +| **search_sticker** | 搜索贴纸 | 根据关键词搜索贴纸素材 | [📖 查看文档](./docs/search_sticker.md) | +| **objs_to_str_list** | 对象转字符串列表 | 将对象列表转换为字符串列表格式 | [📖 查看文档](./docs/objs_to_str_list.md) | +| **str_list_to_objs** | 字符串列表转对象 | 将字符串列表转换为对象列表格式 | [📖 查看文档](./docs/str_list_to_objs.md) | +| **str_to_list** | 字符串转列表 | 将字符串转换为列表格式 | [📖 查看文档](./docs/str_to_list.md) | + ## API 使用示例 ### 创建草稿