FASHN Virtual Try-On V1.6
/v1/runTryon V1.6 by FASHN - AI-powered image editing, style transfer, and transformation. Edit photos with natural language instructions, remove backgrounds, change styles, and enhance images effortlessly.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to fashn/tryon/v1.6.
Default: fashn/tryon/v1.6
Output format of the generated images. 'png' is highest quality, while 'jpeg' is faster
Allowed values: png, jpeg
Default: png
Sets random operations to a fixed state. Use the same seed to reproduce results with the same inputs, or different seed to force different results.
URL or base64 of the model image
Specifies the type of garment photo to optimize internal parameters for better performance. 'model' is for photos of garments on a model, 'flat-lay' is for flat-lay or ghost mannequin images, and 'auto' attempts to automatically detect the photo type.
Allowed values: auto, model, flat-lay
Default: auto
Disables human parsing on the model image.
Default: true
URL or base64 of the garment image
Category of the garment to try-on. 'auto' will attempt to automatically detect the category of the garment.
Allowed values: tops, bottoms, one-pieces, auto
Default: auto
Content moderation level for garment images. 'none' disables moderation, 'permissive' blocks only explicit content, 'conservative' also blocks underwear and swimwear.
Allowed values: none, permissive, conservative
Default: permissive
Number of images to generate in a single run. Image generation has a random element in it, so trying multiple images at once increases the chances of getting a good result.
Range: 1 to 4
Default: 1
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: image-to-image
Execution mode declared by the model registry.
Default: async

