curl --location --request POST 'https://api.qnaigc.com/queue/fal-ai/vidu/q2/reference-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "The @devil is looking at the @apple on the @beach and walking around @beach.",
"subjects": [
{
"id": "devil",
"images": [
"https://storage.googleapis.com/falserverless/web-examples/vidu/new-examples/reference1.png"
],
"voice_id": ""
},
{
"id": "apple",
"images": [
"https://storage.googleapis.com/falserverless/web-examples/vidu/new-examples/reference1.png"
],
"voice_id": ""
},
{
"id": "beach",
"images": [
"https://storage.googleapis.com/falserverless/web-examples/vidu/new-examples/reference1.png"
],
"voice_id": ""
}
],
"seed": 2,
"duration": 5,
"resolution": "720p",
"movement_amplitude": "auto"
}'