v1
latestOpenAPI 3.0.32026-07-241112213.6 KBSubmit Task
Submit an async Motion Control task and receive taskId. Poll the query endpoint for final result.
Constraints:
- Input resources are fileIds
- Character image supports jpg/jpeg/png
- Motion reference video supports mp4/mov
- Both image and video are validated by FFmpeg media parsing
post/v1/common_task/motion_control/task/submit
Headers
Topview-Uidstring required
User ID
Authorizationstring required
API key, format: Bearer {apiKey}
Request body
Example request
{
"model": "Kling Motion Control Std V3",
"characterImageFileId": "file_image_123",
"motionReferenceVideoFileId": "file_video_456",
"resolution": 720,
"characterOrientation": "video",
"keepOriginalSound": true,
"noticeUrl": "https://example.com/topview/callback"
}Response
Accepted
Example response
{
"code": "200",
"message": "Success",
"result": {
"status": "success"
}
}