curl -X POST \ <BASE_URL>/simple-image-description \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY' \ -d '{ "image_url": "https://example-image-url.com", "business_description": "A restaurant serving traditional cuisine" }'
{ "description": "This is the description of the image." }