{"api_id":"kling/kling-3.0/motion-control","vendor":"kling","function":"motion-control","category":"video","name":"Kling 3.0 (Motion Control)","description":"Kling 3.0 motion control: drive a character image with a reference video. Billed per output second.","display_pricing":{"components":[{"role":"output","unit":{"type":"second","quantity":1,"included":0},"starting_at":{"spec":{"resolution":"720p"},"sell_usd":"0.101","micro_usd":101000},"price_tiers":[{"spec":{"resolution":"720p"},"sell_usd":"0.101","micro_usd":101000},{"spec":{"resolution":"1080p"},"sell_usd":"0.135","micro_usd":135000}]}]},"call":{"method":"POST","path":"/v1/media/kling/kling-3.0/motion-control"},"input_schema":{"additionalProperties":false,"properties":{"image_url":{"description":"URL of the character image to animate: jpg/png, at least 300px on each side, aspect between 1:2.5 and 2.5:1.","media_kinds":["image"],"pattern":"^https?://","title":"Image Url","type":"string"},"video_url":{"description":"URL of the reference video that drives the motion.","media_kinds":["video"],"pattern":"^https?://","title":"Video Url","type":"string"},"prompt":{"anyOf":[{"maxLength":3072,"type":"string"},{"type":"null"}],"default":null,"description":"Text prompt guiding the result.","title":"Prompt"},"character_orientation":{"description":"Whether the character faces the orientation from the image or the reference video.","enum":["image","video"],"title":"Character Orientation","type":"string"},"resolution":{"default":"720p","description":"Output resolution.","enum":["720p","1080p"],"title":"Resolution","type":"string"},"audio":{"default":"original","description":"Whether to keep the reference video's original audio.","enum":["original","off"],"title":"Audio","type":"string"}},"required":["image_url","video_url","character_orientation"],"title":"Kling3MotionControlRequest","type":"object"}}