ModelsLab/Interior Mixer
Interior-MixerInterior Mixer is a model that combines different interior objects images and design elements into one unified, realistic image.
API Endpoint URL
Base URL for all API requests to this endpoint.
https://modelslab.com/api/v6/interior/interior_mixer
API Authentication
Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.
Integration Examples
Production-ready code samples for API integration
{"init_image": "https://assets.modelslab.com/generations/6840b690-116b-438c-b59c-0e433f19252d.jpg","object_image": "https://assets.modelslab.com/generations/a9affef8-07ee-4ffe-aad5-195f18c17dc5.jpg","prompt": "Add sofa from object image to the good position in room image","width": "1024","height": "1024","base64": false,"webhook": null,"key": "YOUR_API_KEY"}
SDKs
Official SDKs
Production-ready SDKs and client libraries for all major programming languages
API Parameters
Technical specifications for API request parameters.
| Field Name | Parameter | Technical Description |
|---|---|---|
| Room Image | init_image | Upload the room image where the object will be added |
| Object Image | object_image | Upload the image of the object that needs to be added to the Room image |
| Prompt | prompt | Enter the prompt for generation |
| Width | width | Width of output image. Min: 512, Max: 2048. If not provided, uses original image resolution Required range: 512 <= x <= 2048 |
| Height | height | Height of the output image. Min: 512, Max: 2048. If not provided, uses original image resolution Required range: 512 <= x <= 2048 |
| base64 | base64 | Specifies whether the response should be returned as a base64 string. Defaults to false |
| webhook | webhook | A URL to receive a POST API call once the image generation is complete |