Fashn-Tryon(Virtual Try-On)
Request
Body Params application/json
{
"model_image": "",
"garment_image": "",
"category": "tops",
"nsfw_filter": true,
"garment_photo_type": "auto",
"cover_feet": true,
"adjust_hands": true,
"restore_background": true,
"restore_clothes": true,
"long_top": true,
"guidance_scale": 2,
"timesteps": 50,
"seed": 8764440
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/fashn-tryon' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_image": "",
"garment_image": "",
"category": "tops",
"nsfw_filter": true,
"garment_photo_type": "auto",
"cover_feet": true,
"adjust_hands": true,
"restore_background": true,
"restore_clothes": true,
"long_top": true,
"guidance_scale": 2,
"timesteps": 50,
"seed": 8764440
}'
Responses
application/json {
"images": [
{
"url": "https://file.302.ai/gpt/imgs/20260115/c0687950d7c19cdf1f4cea6bbbb1f97e.png",
"content_type": "",
"file_size": 0,
"width": 0,
"height": 0
}
],
"seed": 0,
"has_nsfw_concepts": null,
"debug_latents": null,
"debug_per_pass_latents": null
}
Modified at 2026-01-15 03:42:34