Back to Comparison Hub/Motion Control Standard Pricing
Video to Video

Motion Control Standard API Pricing

Kling V3.0 Standard Motion Control allows for precise control over the camera and subject movement in generated videos. Powered by the latest Kling V3.0 architecture for improved temporal consistency and quality.

Savings Alert-233% ↓Cheaper than Competitor

About Motion Control Standard

Kling V3.0 Standard Motion Control allows for precise control over camera and subject movement in generated videos. Powered by the latest Kling V3.0 architecture for improved temporal consistency and quality.

Interactive Savings Calculator

Estimate monthly API spend and compare absolute developer savings.

Monthly API Generations10,000 runs
50025,00050,00075,000100,000+
MuAPI Monthly Cost

$1000.00

$0.10 / sec
Competitor Cost

$300.00

$0.03 per run
Estimated Monthly Savings$-700.00
Annual Savings$-8400.00

Detailed Pricing Breakdown

ProviderEstimated RateNotes
muapiapp$0.10 / secState-of-the-art control

Developer Integration Snippets

1import requests 2import time 3import json 4 5api_key = "YOUR_API_KEY" 6url = "https://api.muapi.ai/workflow/run/kling-v3.0-std-motion-control" 7 8def poll_for_result(run_id): 9 url = f"https://api.muapi.ai/workflow/run/{run_id}/api-outputs" 10 headers = { 11 "Content-Type": "application/json", 12 "x-api-key": f"{api_key}", 13 } 14 while True: 15 response = requests.get(url, headers=headers) 16 result = response.json() 17 18 if result['status'] == 'completed': 19 return json.loads(result['outputs']) 20 21 if result['status'] == 'failed': 22 raise Exception(result.get('error', 'Generation failed')) 23 24 time.sleep(5) 25 26data = { 27 "schemas": { 28 "input_data": { 29 "x-order-properties": [ 30 "prompt", 31 "image_url", 32 "video_url", 33 "character_orientation", 34 "keep_original_sound" 35 ], 36 "type": "object", 37 "properties": { 38 "prompt": { 39 "description": "Text prompt describing the desired motion.", 40 "examples": [], 41 "type": "string", 42 "title": "Prompt", 43 "name": "prompt" 44 }, 45 "image_url": { 46 "examples": [ 47 "https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/kling-v3.0-std-motion-control.png" 48 ], 49 "description": "URL of the input image.", 50 "field": "image", 51 "type": "string", 52 "title": "Image URL", 53 "name": "image_url" 54 }, 55 "video_url": { 56 "examples": [ 57 "https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/kling-v3.0-std-motion-control-in.mp4" 58 ], 59 "description": "URL of the input video.", 60 "field": "video", 61 "type": "string", 62 "title": "Video URL", 63 "name": "video_url" 64 }, 65 "character_orientation": { 66 "enum": [ 67 "image", 68 "video" 69 ], 70 "description": "Hint: When character_orientation is ”video“: maximum 30 seconds,When character_orientation is “image”: maximum 10 seconds.", 71 "title": "Character Orientation", 72 "name": "character_orientation", 73 "type": "string", 74 "default": "image" 75 }, 76 "keep_original_sound": { 77 "title": "Keep Original Sound", 78 "name": "keep_original_sound", 79 "description": "Select whether to keep the video original sound through the parameter.", 80 "type": "boolean", 81 "default": true 82 } 83 }, 84 "title": "KlingV30StdMotionControlRequest", 85 "required": [ 86 "image_url", 87 "video_url" 88 ], 89 "endpoint_url": "kling-v3.0-std-motion-control" 90 }, 91 "output_data": { 92 "type": "object", 93 "properties": { 94 "video": { 95 "examples": [ 96 "https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/kling-v3.0-std-motion-control.mp4" 97 ], 98 "type": "string", 99 "title": "Video URL" 100 } 101 }, 102 "title": "GenericOutput", 103 "required": [ 104 "video" 105 ] 106 } 107 } 108} 109 110headers = { 111 "Content-Type": "application/json", 112 "x-api-key": f"{api_key}", 113} 114 115response = requests.post(url, json=data, headers=headers) 116 117result = response.json() 118print("Queued:", result) 119 120outputs = poll_for_result(result["run_id"]) 121print("Completed:", outputs) 122

Model FAQ

Ready to scale your production?

Get instant access to developer keys. Integrate high-speed dynamic models in minutes with our robust SDKs.