Skip to content

Introduction

SuperStyle is an AI-powered fashion API that lets you build virtual try-on experiences, analyze outfits, and generate style recommendations.

  • Virtual Try-On — Upload a selfie and a clothing description to generate a realistic image of you wearing that outfit
  • Outfit Identification — Analyze any outfit image to identify individual clothing items with colors, styles, and purchase links
  • Style Recommendations — Get personalized outfit suggestions based on body type, style preferences, and occasion
  • Usage Tracking — Monitor your API usage with built-in analytics

All API requests go to:

https://mcll3bnfubyazfg6wekv3xc6fi0dgpyk.lambda-url.us-east-1.on.aws

Every request (except the health check) requires an X-API-Key header. You can generate API keys from the Developer Portal.

Terminal window
curl https://mcll3bnfubyazfg6wekv3xc6fi0dgpyk.lambda-url.us-east-1.on.aws/identify_clothing \
-H "X-API-Key: ss_your_key_here" \
-H "Content-Type: application/json" \
-d '{"image_url": "https://example.com/outfit.jpg"}'
EndpointMethodDescription
/GETHealth check
/generate_imagePOSTVirtual try-on image generation
/identify_clothingPOSTAnalyze outfit and identify items
/style_mePOSTGet personalized style recommendations
/usageGETView your API usage stats
  1. Get your API key
  2. Follow the quickstart
  3. Explore the API reference