English
Transform the appearance of buildings and gardens
curl --request POST \ --url 'https://iacrea.com/api/exterior/v2/generate' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "your-user-id", "image_url": "https://example.com/exterior.jpg", "room_type": "GARDEN", "keep_facade": true, "blue_sky": true }'