curl -X POST https://api.example.com/ideogram/describe \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image": "https://example.com/image.png"
}'
{
"descriptions": [
"A beautiful sunset over mountains with orange and purple sky",
"Scenic mountain landscape at dusk with vibrant colors"
]
}
Generate description from image
curl -X POST https://api.example.com/ideogram/describe \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image": "https://example.com/image.png"
}'
{
"descriptions": [
"A beautiful sunset over mountains with orange and purple sky",
"Scenic mountain landscape at dusk with vibrant colors"
]
}
curl -X POST https://api.example.com/ideogram/describe \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image": "https://example.com/image.png"
}'
{
"descriptions": [
"A beautiful sunset over mountains with orange and purple sky",
"Scenic mountain landscape at dusk with vibrant colors"
]
}