curl --location 'https://api.xpiki.com/v1/video-generations' \
--header 'Authorization: Bearer <Your API Key>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"model": "happyhorse-r2v",
"prompt": "Transform the scene into a cyberpunk style with neon lights and rain effects",
"resolution": "720p",
"duration_seconds": 5,
"aspect_ratio": "16:9",
"use_audio_in_video": true,
"references": [
"https://example.com/input-video.mp4",
"https://example.com/style-reference.jpg"
]
}'