Authorization: Bearer ********************
curl --location --request POST '/ideogram/describe' \
--form 'image_file=@""'
{
"descriptions": [
{
"text": "A vibrant and dynamic abstract design. It features flowing, wavy patterns in a spectrum of colors, ranging from deep blues and purples to fiery oranges and reds. The patterns seem to emanate from a central point, creating a sense of movement and depth. The background is dark, which accentuates the brightness and fluidity of the colors."
}
]
}