Appearance
Describe(描述)
POST
/ideogram/describe
Authorizations
apikey-header-Api-Key
TypeAPI Key (header: Api-Key)
Request Body
JSON
{
"image_file": ""
}
Responses
application/json
JSON
{
"descriptions": [
{
"text": "string"
}
],
"created": "string",
"data": [
{
"prompt": "string",
"resolution": "string",
"is_image_safe": true,
"seed": 0,
"url": "string",
"style_type": "string"
}
]
}