curl --location 'https://open.vectcut.com/cut_jianying/add_batch_preset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"preset_ids": [
"b795a680-a581-4965-84b1-9e9ad313b522",
"b795a680-a581-4965-84b1-9e9ad313b522"
],
"replacements": [
[
{
"image1": "https://player.install-ai-guider.top/example/mao.webp",
"text1": "第一段预设"
}
],
[
{
"image1": "https://player.install-ai-guider.top/example/mao.webp",
"text1": "第二段预设"
}
]
],
"starts": [
0,
0
],
"ends": [
5,
5
],
"target_starts": [
2,
7
],
"target_ends": [
7,
12
]
}'