Authorization: Bearer ********************
{
"generation_type": "reframe_image",
"media": {
"url": "https://img57.photophoto.cn/20201216/0005018331538781_s.jpg"
},
"model": "photon-flash-1",
"aspect_ratio": "16:9"
}
curl --location -g --request POST '/dream-machine/v1/generations/image/reframe' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"generation_type": "reframe_image",
"media": {
"url": "https://img57.photophoto.cn/20201216/0005018331538781_s.jpg"
},
"model": "photon-flash-1",
"aspect_ratio": "16:9"
}'
{}