Authorization: Bearer ********************
{
"image_request": {
"aspect_ratio": "ASPECT_10_16",
"magic_prompt_option": "AUTO",
"model": "V_1",
"prompt": "一幅详细的图像描绘了一个广阔的石器时代城市,城市中高耸的摩天大楼由巨石和骨头构成。这里热闹非凡,各种性别和种族的人们共同展现出原始人和原始女性的统一外貌。他们身穿商务服装,与史前背景形成鲜明对比。化石化的塔楼点缀着石质天际线,而人们则保留着原始的设计,身上披着毛皮,搭配现代的西装和领带。形成了现代生活与史前时代的美丽融合。"
}
}
curl --location --request POST 'https://api.gpt.ge/ideogram/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_request": {
"aspect_ratio": "ASPECT_10_16",
"magic_prompt_option": "AUTO",
"model": "V_1",
"prompt": "一幅详细的图像描绘了一个广阔的石器时代城市,城市中高耸的摩天大楼由巨石和骨头构成。这里热闹非凡,各种性别和种族的人们共同展现出原始人和原始女性的统一外貌。他们身穿商务服装,与史前背景形成鲜明对比。化石化的塔楼点缀着石质天际线,而人们则保留着原始的设计,身上披着毛皮,搭配现代的西装和领带。形成了现代生活与史前时代的美丽融合。"
}
}'
{
"created": "2024-10-30T18:45:11.507243+00:00",
"data": [
{
"is_image_safe": true,
"prompt": "A detailed image depicts a vast Stone Age city with towering skyscrapers made of stone and bones. The city bustles with activity, featuring people of various genders and races, all displaying a unified appearance of ancient men and women. They wear business attire, providing a striking contrast to the prehistoric background. Crystal-like towers adorn the skyline, while people maintain their original design, wearing fur garments alongside modern suits and ties. This creates a beautiful fusion of modern life and ancient times.",
"resolution": "768x1232",
"seed": 1705925986,
"style_type": null,
"url": "https://ideogram.ai/api/images/ephemeral/aUXMxzdBQy2lG08lbbEYJA.png?exp=1730400330&sig=7196e7d9ae95990d5e0f7e643ea7634399e7feb03f0e03a66d2fc612bdae47e2"
}
]
}