{"components":{"schemas":{"Input":{"type":"object","title":"Input","required":["file_url","reference_url","creativity"],"properties":{"prompt":{"type":"string","x-order":4,"description":"Optional extra guidance for the restyle, e.g. \"keep my sofa\" or \"match the reference's wall color exactly\"."},"file_url":{"type":"string","format":"uri","x-order":0,"description":"External URL of the user's room photo. Its architecture, layout, camera angle, and through-window views are preserved."},"creativity":{"enum":["precise","balanced","creative"],"type":"string","default":"balanced","x-order":2,"description":"How literally to chase the reference: precise adapts the look gently to the room, balanced restyles decisively, creative fully transforms toward the reference."},"reference_url":{"type":"string","format":"uri","x-order":1,"description":"External URL of the reference interior photo — the look to match. Only its style transfers (palette, materials, furniture character, lighting mood); its architecture, layout, and camera are ignored."},"creativity_level":{"type":"number","default":0.7,"maximum":1,"minimum":0.5,"x-order":3,"description":"Fine-grained creativity value used only when creativity is precise."}}}}}}