{
"prompt": "少女头上的飞机在飞",
"aspect_ratio": "16:9",
"loop": false,
"keyframes": {
"frame0": {
"type": "image",
"url": "https://xingyan-1326659411.cos.ap-shanghai.myqcloud.com/upload/image/67fcb279cbf24.png"
}
}
}curl --location --request POST 'https://api.openai-hub.com/dream-machine/v1/generations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "少女头上的飞机在飞",
"aspect_ratio": "16:9",
"loop": false,
"keyframes": {
"frame0": {
"type": "image",
"url": "https://xingyan-1326659411.cos.ap-shanghai.myqcloud.com/upload/image/67fcb279cbf24.png"
}
}
}'{}