curl--location-g--request POST '{{BASE_URL}}/ideogram/upscale' \
--header'Api-Key;'
返回响应
🟢200成功
application/json
Body
created
string
必需
data
array [object {6}]
必需
prompt
string
可选
resolution
string
可选
is_image_safe
boolean
可选
seed
integer
可选
url
string
可选
style_type
string
可选
示例
{"created":"2000-01-23T04:56:07Z","data":[{"prompt":"A serene tropical beach scene. Dominating the foreground are tall palm trees with lush green leaves, standing tall against a backdrop of a sandy beach. The beach leads to the azure waters of the sea, which gently kisses the shoreline. In the distance, there's an island or landmass with a silhouette of what appears to be a lighthouse or tower. The sky above is painted with fluffy white clouds, some of which are tinged with hues of pink and orange, suggesting either a sunrise or sunset.","resolution":"1024x1024","is_image_safe":true,"seed":12345,"url":"https://ideogram.ai/api/images/direct/8YEpFzHuS-S6xXEGmCsf7g","style_type":"REALISTIC"}]}