curl --location --request POST 'https://capcut.yyzc.net.cn/text/add_text' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "点击下方链接",
"start": 0,
"end": 3,
"draft_id": "yyzc_capcut_1757312340_a0abb449",
"transform_y": 0,
"transform_x": 0,
"font": "点宋体",
"font_size": 21,
"intro_animation": "水平翻转",
"intro_duration": 0.8,
"loop_animation": "轻微跳动",
"loop_duration": 0.7,
"text_styles": [
{
"start": 0,
"end": 6,
"style": {
"size": 21,
"bold": true,
"italic": true,
"underline": false
}
}
],
"effect_effect_id": "7160598356237012261",
"letter_spacing": 3,
"line_spacing": 3
}'