Authorization: Bearer ********************{
"model": "image-gem-2.5",
"prompt": "翻新这座建筑",
"file_infos": [
{
"url": "https://example.com/building.jpg",
"text": "这是需要翻新的主建筑,不得改变其几何结构"
}
],
"resolution": "4K"
}curl --location --request POST 'https://api.baoyouhuyu.com/vod/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "image-gem-2.5",
"prompt": "翻新这座建筑",
"file_infos": [
{
"url": "https://example.com/building.jpg",
"text": "这是需要翻新的主建筑,不得改变其几何结构"
}
],
"resolution": "4K"
}'{
"id": "1500046390-AigcImageTask-7029d02xxx",
"task_id": "1500046390-AigcImageTask-7029d02xxx",
"object": "image",
"model": "image-gem-2.5",
"status": "queued",
"progress": 0,
"created_at": 1769047979
}