Evolve Image Engine
API specification for Evolve Image Engine. These APIs provide AI-powered Virtual Try-On (VTO) capabilities for e-commerce, enabling garment try-on on person photos, product placement into scene images, and material visualization on surfaces.
Three VTO modes are supported: Garment VTO overlays a product garment (tops, bottoms, footwear, or full outfits) onto a person photo, Scene VTO places a product into an environment or room photo using a text-based mask prompt, and Surface VTO applies materials and textures (fabric, tile, wood, paint, wallpaper, stone) to surfaces in photos using a text-based mask prompt.
All APIs require authentication with a JWT Bearer token which can be obtained by calling the Evolve Platform Generate access token (/token) API.
Authentication
- HTTP: Bearer Auth
Example:
Authorization: Bearer <token>
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |