{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{},"properties":{"garment_images":{"description":"Garment reference images to fit onto the person. Each entry is an HTTP(S) URL or a base64 data URI. Up to 6 recommended, up to 11 supported.","items":{"type":"string"},"maxItems":11,"minItems":1,"type":"array"},"output_format":{"default":"jpg","description":"Format of the saved output image.","enum":["webp","jpg","png"],"type":"string"},"output_quality":{"default":95,"description":"Quality for jpg/webp outputs, from 0 to 100.","maximum":100,"minimum":0,"type":"integer"},"person_image":{"description":"Image of the person to dress. A publicly reachable HTTP(S) URL or a base64 data URI (data:image/...;base64,...).","type":"string"},"preserve_input_size":{"default":true,"description":"Return the output at the original input resolution.","type":"boolean"},"prompt":{"default":"","description":"Experimental guidance for non-flatlay garment images, e.g. which garment from which image to use.","type":"string"},"reference_pose":{"description":"Optional reference pose image (HTTP(S) URL or data URI). When provided, the person is reposed to match this reference before virtual try-on.","type":"string"},"seed":{"description":"Random seed. Leave unset for a random seed.","maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"turbo":{"default":false,"description":"Run faster with additional optimizations. Not recommended for more than 4 garments.","type":"boolean"}},"required":["person_image","garment_images","prompt","turbo","output_format","output_quality","preserve_input_size"],"type":"object"}