šŸ”„ Integration Workflow

The typical API integration follows a three-step cycle: Upload assets, Trigger AI generation, and Audit results.

Interact with our workflow visualizer below to see what payloads are exchanged between your servers and our cloud nodes.

Interactive Integration Flow

Click steps to inspect details
Step 1: Upload AssetsPOST /vton/upload

Upload local image files (such as model profiles and garment photos) to obtain the secure cloud storage URLs needed for try-on generation.

Request TypeMultipart form-data containing files and userId.
Output ResultPublic HTTPS URL for each uploaded asset.
Step 2: Trigger GenerationPOST /vton/generate

Dispatch the generation payload containing the garment and person URLs to the rendering engine. The backend validates credits, runs the try-on generation, stores the result, and returns the final try-on image URL.

Step 3: History & AuditGET /history

Optionally query execution history, check credit balances, and audit campaign metadata for analytical tracking and user management.

šŸ’»Client App
⚔SMD Gateway
🧠AI Platform
Visual Transaction

Client sends multipart binary files directly to the secure SMD Gateway. The gateway stores assets and returns permanent cloud URLs.