Discussions
Using multiple alternate "source_url":
3 months ago by scot
I'm using Make.com and in the JSON would like to be able to choose between multiple different images to randomly to generate the video. Does anyone know how to do this? I suspect there's a way to use an array?
Any help is greatly appreciated!
{
"script": {
"type": "text",
"input": "{{36.choices[].message.content}}",
"provider": {
"type": "microsoft",
"voice_id": "en-US-AriaNeural",
"voice_config": {
"style": "cheerful"
}
}
},
"config": {
"stitch": "true"
},
"source_url": "https://astraworlds.com/wp-content/uploads/2024/12/FN_Female2.png"
}