Introduction
SuperStyle is an AI-powered fashion API that lets you build virtual try-on experiences, analyze outfits, and generate style recommendations.
What SuperStyle does
Section titled “What SuperStyle does”- 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
Base URL
Section titled “Base URL”All API requests go to:
https://mcll3bnfubyazfg6wekv3xc6fi0dgpyk.lambda-url.us-east-1.on.awsAuthentication
Section titled “Authentication”Every request (except the health check) requires an X-API-Key header. You can generate API keys from the Developer Portal.
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"}'Endpoints
Section titled “Endpoints”| Endpoint | Method | Description |
|---|---|---|
/ | GET | Health check |
/generate_image | POST | Virtual try-on image generation |
/identify_clothing | POST | Analyze outfit and identify items |
/style_me | POST | Get personalized style recommendations |
/usage | GET | View your API usage stats |