cURL
curl --request GET \ --url https://api.unifically.com/kling-v2.6-motion-control/status/{task_id} \ --header 'Authorization: Bearer <token>'
{ "code": 200, "success": true, "data": { "status": "processing", "task_id": "550e8400-e29b-41d4-a716-446655440000" } }
Check the status of a Kling v2.6 Motion Control generation task
curl -X GET "https://api.unifically.com/kling-v2.6-motion-control/status/{task_id}" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "code": 200, "success": true, "data": { "status": "completed", "task_id": "550e8400-e29b-41d4-a716-446655440000", "video_url": "https://files.storagecdn.online/video/550e8400-e29b-41d4-a716-446655440000.mp4" } }
pending
processing
completed
failed
callback_url