curl --request POST \
--url https://api.siray.ai/v1/video/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"duration": 4,
"images": [
"example_value"
],
"model": "vidu/vidu-1.5-se2v-1080p",
"prompt": "example_value"
}
'