curl --location --request POST '/api/ideogram/img/describe' \
--header 'Access-Token: 12345678'
{
"code": 0,
"message": "成功",
"data": {
"created": "2024-10-27T14:28:10.430786Z",
"data": [
{
"caption": "A 3D animated character, presumably a young boy, with dark, wavy hair. He has large, round, brown eyes and rosy cheeks. The character is wearing a yellow t-shirt. The background is a solid peach or light orange color, providing a warm backdrop to the character."
}
],
"description_id": "Nm8xSLRnRhus9Oy-7Va2Eg"
}
}