{
    "code": 200,
    "data": {
        "task_id": "f7a6d8e5-249f-4a9e-a8f4-1e8af806ea15",
        "model": "luma",
        "task_type": "video_generation",
        "status": "completed",
        "config": {
            "service_mode": "public",
            "webhook_config": {
                "endpoint": "",
                "secret": ""
            }
        },
        "input": {},
        "output": {
            "prompt": "",
            "internal_state": "completed",
            "created_at": "",
            "video": {
                "url": "https://xxx.mp4",
                "width": 1360,
                "height": 752
            },
            "video_raw": {
                "url": "https://xxx.mp4",
                "width": 1360,
                "height": 752
            },
            "thumbnail": {
                "url": "https://xxx.jpg",
                "width": 1360,
                "height": 752
            },
            "last_frame": {
                "url": "https://xxx.jpg",
                "width": 1360,
                "height": 752
            }
        },
        "meta": {},
        "detail": null,
        "logs": null,
        "error": {
            "code": 0,
            "raw_message": "",
            "message": "",
            "detail": null
        }
    },
    "message": "success"
}