Authorization: Bearer ********************
{
"media_url": "https://example.com/adam2eve/stable/users/67c92cef3a40fdce8b119f26/video_result/6882f6eaa16849003b12c5e4/Untitled%20Video.mp4",
"watermark_type": "text",
"text":"Generated by AI",
"fontsize": 48,
"fontcolor": [
255,
255,
255,
200
],
"position": "bottom_right",
"scale_ratio": 1,
"to_720p": false
}
curl --location --request POST 'https://video.a2e.ai/api/v1/watermark/start' \
--header 'Content-Type: application/json' \
--data-raw '{
"media_url": "https://example.com/adam2eve/stable/users/67c92cef3a40fdce8b119f26/video_result/6882f6eaa16849003b12c5e4/Untitled%20Video.mp4",
"watermark_type": "text",
"text":"Generated by AI",
"fontsize": 48,
"fontcolor": [
255,
255,
255,
200
],
"position": "bottom_right",
"scale_ratio": 1,
"to_720p": false
}'
{
"code": 0,
"data": {
"_id": "688307d024c132003c37365d",
"request_id": "watermark_56097a14-05fe-4072-adc9-982566b20de1",
"media_url": "https://example.com/adam2eve/stable/users/67c92cef3a40fdce8b119f26/video_result/6882f6eaa16849003b12c5e4/Untitled%20Video.mp4",
"watermark_type": "text",
"text": "Generated by AI",
"fontsize": 48,
"fontcolor": [
255,
255,
255,
200
],
"position": "bottom_right",
"scale_ratio": 1,
"to_720p": false,
"result_url": "https://1day-jumpy.tos-cn-beijing.volces.com/video_text_watermarked/watermark_56097a14-05fe-4072-adc9-982566b20de1.mp4",
"current_status": "completed",
"coins": 1,
"failed_message": "",
"failed_code": "",
"createdAt": "2025-07-25T04:28:00.171Z"
},
"trace_id": "89cea870-336d-4568-97a9-dfb0087426fe"
}