{
  "runs": [
    {
      "name": "omni_baseline",
      "endpoint": "omni",
      "skipped": true,
      "reason": "no remote_image_url available for image_url-based Omni first-frame baseline"
    },
    {
      "name": "text2video_minimal",
      "endpoint": "text2video",
      "payload": {
        "prompt": "A calm woman looks at the camera and slowly smiles, natural motion, clean lighting.",
        "duration": "5",
        "mode": "std",
        "aspect_ratio": "16:9"
      },
      "ok": true,
      "response": {
        "code": 0,
        "message": "SUCCEED",
        "request_id": "c3330834-e320-43dc-8a22-3b32ba3b226a",
        "data": {
          "task_id": "867276716447367244",
          "task_status": "submitted",
          "task_info": {
            "external_task_id": "phase3-text2video_minimal-1774803401"
          },
          "created_at": 1774803401198,
          "updated_at": 1774803401198
        }
      }
    },
    {
      "name": "image2video_minimal",
      "endpoint": "image2video",
      "payload": {
        "image": "/Users/moon/.openclaw/workspace/youtube-automation/samples/kling-api/probe-assets/probe_512.png",
        "prompt": "A calm woman looks at the camera and slowly smiles, natural motion, clean lighting.",
        "duration": "5",
        "mode": "std",
        "aspect_ratio": "16:9"
      },
      "ok": false,
      "error": "HTTP Error 400: Bad Request",
      "category": "malformed",
      "status_code": 400,
      "response_body": "{\"code\":1201,\"message\":\"File is not in a valid base64 format\",\"request_id\":\"b89dd80d-38e6-4561-9fb0-85ea533fb1b7\"}"
    },
    {
      "name": "reference2video_minimal",
      "endpoint": "reference2video",
      "skipped": true,
      "reason": "no remote_image_url available for reference image_list baseline"
    }
  ]
}