Documentation Index
Fetch the complete documentation index at: https://dev.contentify.app/llms.txt
Use this file to discover all available pages before exploring further.
Body
This endpoint will generate detail description of an image.
This is the image url of the image you want to generate description for.
Response
A dictionary of image description details.
curl -X POST \
<BASE_URL>/image-description \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY' \
-d '{
"image_url": "https://example-image-url.com"
}'
{
"description": {
"list_main_elements": ["white rice", "vegetables", "meat dish"],
"colors_and_tone": "bright and colorful palette",
"composition_and_perspective": "bird's eye view",
"lighting": "soft and even, natural or well-simulated artificial light",
"emotional_impact": "convenience and nourishment",
"unique_features": "presentation of the meal is straightforward, components of the meal are separated",
"context_or_background": "lack of further context, difficult to determine cuisine type, chef, or occasion",
"text_or_overlays": "no visible text or overlays, abstract green circular shapes in the background",
"quality_and_style": "realistic style, emphasis on presenting the meal accurately and appealingly, minimal editing or stylization"
}
}