Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"video_url":"https://skyaioss.oss-cn-beijing.aliyuncs.com/motion-transfer/1772622560705899/step1/source_segments/2026-03-04/782c7c31_source_segment_1.mp4",
"model":"kling-identify-face"
}
Request Code Samples
curl --location --request POST 'https://api.ezlinkai.com/v1/video/generations' \
--header 'X-Response-ID: msg_011JEDJFUaKC32Wo5jiHUbSW' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url":"https://skyaioss.oss-cn-beijing.aliyuncs.com/motion-transfer/1772622560705899/step1/source_segments/2026-03-04/782c7c31_source_segment_1.mp4",
"model":"kling-identify-face"
}'
Responses
application/json Modified at 2026-03-04 12:13:16