# Apply virtual makeup to a photo Apply hyper-realistic makeup effects to user photos with customizable options. Key Features: - Hyper-realistic Rendering: Leverages revolutionary 3D face AI technology - Patented Technology: Powered by jitter-free, lag-free deep learning algorithms - Real-time Precision: Ultra-precise facial tracking - True-to-life Matching: Accurately matches real-world product colors and textures Endpoint: POST /task/makeup-vto Version: 1.0.0 ## Request fields (application/json): - `version` (string) Version of the makeup effect specification. Example: "1.0" - `effects` (array, required) Array of makeup effects to apply. Each effect object MUST specify a category and match the schema for that makeup type. ## Response 200 fields (application/json): - `task_id` (string) Unique identifier for the task - `status` (string) Enum: "pending", "processing", "completed", "failed" - `results` (object) - `results.url` (string) URL to the processed image ## Response 400 fields (application/json): - `error` (string) - `message` (string)