Models
Virtual try-on (v2)
Submits a virtual try-on task against the v2 model. Identical request shape to /vto-v1, with reference and output resolution supported up to 4MP. Person and garment images are mapped to the underlying input image slots. An edit instruction is generated from the person and garment images, with the supplied prompt used as a fallback.
post/v1/flux-tools/vto-v2
Request body
Example request
{
"prompt": "TRY-ON: The person of image 1 wearing the garments of image 2.",
"seed": 42
}Response
Successful Response
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○