优化文档。

This commit is contained in:
Hommy
2026-03-01 10:29:55 +08:00
parent 128bd31ce8
commit dee206f1e9
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -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
+9
View File
@@ -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 使用示例
### 创建草稿