English
Replace a gray sky with a bright blue sky
curl --request POST \ --url 'https://iacrea.com/api/sky/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" }'
curl --request POST \ --url 'https://iacrea.com/api/sky/generate-variation' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "your-user-id", "generation_id": "previous-generation-id" }'
curl --request POST \ --url 'https://iacrea.com/api/sky/get' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "your-user-id", "generation_id": "your-generation-id" }'