Virtual Outfit Try-On API
This API allows developers to integrate AI-powered Virtual Try-On capabilities into their apps. Simply submit a photo of a person and a clothing item, and the API generates a realistic try-on preview. The service also supports automatic background cleanup, body segmentation, outfit blending, and OOTD generation based on user preferences. Suitable for e-commerce fashion stores, mobile apps,…
Virtual Outfit Try-On API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Try-On Generation | ||
| POST |
Try-On Generation (upload file) /try-on/file |
**Required form-data fields** - `person_image` (file): Person image (JPG/PNG) with a single person. - `garment_image` (file): Clothing or outfit image (JPG/PNG). - `garment_type`… |
| POST |
Try-On Generation (url) /try-on/url |
# Virtual Try-On API (Using Image URLs) ## Required JSON Fields - `person_image_url` (string): URL of the person image (JPG/PNG), should contain one main person. -… |
| Try-On Get Result | ||
| GET |
Get Task Progress /try-on/tasks/{task_id}/progress |
### Get Task Progress This endpoint allows clients to retrieve the real-time progress of a virtual try-on processing task. After submitting a try-on request, the system assigns a… |
Virtual Outfit Try-On API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 6 / minute |
|
| PRO | $6 / month | 15 / minute |
|
| ULTRA Recommended | $10 / month | 25 / minute |
|
| MEGA | $17 / month | 30 / minute |
|