The Kling V3.0 motion control tool can extract motion paths from reference videos and apply them to reference images to generate videos while maintaining subject consistency. It supports both Standard and Professional modes and is billed by the second.
0/1 page

After setting the parameters, click "Generate" to get the results
Request JSON
{}API
curl --location --request POST 'https://api.jiekou.ai/v3/async/kling-v3.0-motion-control' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'curl --location --request GET "https://api.jiekou.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"