Français
Transformez vos plans 2D en visualisations 3D
curl --request POST \ --url 'https://iacrea.com/api/plan/v2/generate' \ --header 'x-api-key: VOTRE_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "votre-user-id", "image_url": "https://exemple.com/plan.jpg", "theme": "MODERN", "style_image_url": "https://exemple.com/style.jpg" }'
curl --request POST \ --url 'https://iacrea.com/api/plan/v2/generate-variation' \ --header 'x-api-key: VOTRE_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "votre-user-id", "generation_id": "id-de-generation-precedente", "theme": "SCANDINAVIAN", "style_image_url": "https://exemple.com/style.jpg" }'
curl --request POST \ --url 'https://iacrea.com/api/plan/v2/get' \ --header 'x-api-key: VOTRE_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "votre-user-id", "generation_id": "votre-generation-id" }'