优化文档。

This commit is contained in:
Hommy
2026-03-01 20:11:01 +08:00
parent 5d2cdaec55
commit 0e2907e5e4
3 changed files with 7 additions and 3 deletions
+2
View File
@@ -151,6 +151,8 @@ curl -X POST https://capcut-mate.jcaigc.cn/openapi/capcut-mate/v1/add_effects \
4. **Time Overlap**: Multiple effects can be applied to the same time period
5. **Effect Priority**: Effects are applied in the order they appear in the array
6. **Performance**: Complex effects may affect video processing performance
7. **Supported Effects**: System currently supports transition effects like "Fade In", "Fade Out", color filters, etc.
8. **Preview Limitation**: Effects may not be visible in preview but will be applied during final video generation
## Workflow
+1 -1
View File
@@ -89,7 +89,7 @@ Batch add video materials to existing drafts. This interface is a powerful video
#### Mask Types
Supported mask types:
Supported mask types (all optional, default is no mask):
- `circle` - Circular mask effect
- `heart` - Heart-shaped mask
- `star` - Star-shaped mask
+4 -2
View File
@@ -1,5 +1,8 @@
# CREATE_DRAFT API Documentation
### 🌐 Language Switch
[中文版](./create_draft.zh.md) | [English](./create_draft.md)
## Interface Information
```
@@ -159,5 +162,4 @@ curl -X POST https://capcut-mate.jcaigc.cn/openapi/capcut-mate/v1/create_draft \
</div>
### Language Switch
[中文版](./create_draft.zh.md) | [English](./create_draft.md)
---