curl --location --request POST 'https://api.302.ai/ws/api/v3/wavespeed-ai/vidu/start-end-to-video-q2-turbo' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"bgm": true,
"duration": 5,
"image": "https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1759655186041531121_JN3jKORT.jpeg",
"last_image": "https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1759655188120468427_hI3hjsGR.jpeg",
"movement_amplitude": "auto",
"prompt": "Camera spins, fabrics swirl, colors morph into a new outfit.",
"resolution": "720p",
"seed": -1
}'{
"code": 200,
"message": "success",
"data": {
"id": "51aefa20d0ae459ab6689e8694106785",
"model": "wavespeed-ai/flux-dev-ultra-fast",
"outputs": [],
"urls": {
"get": "https://api.302.ai/ws/api/v3/predictions/51aefa20d0ae459ab6689e8694106785/result"
},
"has_nsfw_contents": [],
"status": "created",
"created_at": "2025-10-20T08:26:46.871Z",
"error": "",
"executionTime": 0,
"timings": {
"inference": 0
}
}
}