Uwear Platform

Build with the
Uwear AI API

Request free test credits — Integrate AI-powered fashion photography directly into your applications. Generate photos and videos of clothing programatically in minutes.

Hero image

Start generating in minutes

Simple REST API with async generation workflow

Create Generation
curl https://api.uwear.ai/generation \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{
    "clothing_item_id": 8613,
    "model_slug": "seedream-4-5",
    "use_case": "generate",
    "prompt": "male model, clean studio ecommerce photography",
    "num_images": 1,
    "camera": "full_body_front",
    "aspect_ratio": "9:16",
    "resolution": "2K",
    "enhance_user_prompt": true
  }'

Simple Integration

Request and poll architecture

Our API uses an intuitive async workflow: create a generation request, poll the status as it moves through Created → Ongoing → Done states, then retrieve your results. This allows you to build more agile workflows and request higher volumes of images and videos.

API Example
# 1. Create request
POST /generation
{"status": "Created"}

# 2. Poll status
GET /generation/{generation_id}
{"status": "Ongoing"}

# 3. Get results
{"status": "Done", "results": [...]}

Developer Experience

Flexible clothing upload options

Upload clothing items in advance and reference them by ID, or include clothing data directly in your generation requests. Our API adapts to your workflow, whether you're processing single items or managing large catalogs.

API Example
# Method 1: Reference by ID
{
  "clothing_item_id": 123
}

# Method 2: Include data directly
{
  "clothing_item_data": {
    "external_clothing_item_url": "..."
  }
}

Best-in-Class Technology

Multiple AI models available

Access cutting-edge AI models including Gemini and Seedream, plus our proprietary Drape technology. Each model offers different aesthetic and behave differently for the same prompt, giving you the ability to build a truly unique fashion experience.

Multiple AI models available

Everything you need to build fashion experiences

Powerful API features designed for developers and businesses

Get UWEAR.md Skill

LLM-Ready Documentation

Export complete API specs in JSON format optimized for LLMs. Feed it to ChatGPT, Claude, or any AI assistant to instantly build custom integrations tailored to your exact needs.

POST /generation
{
  "generation_result_parent_id": 123,
  "model_slug": "kling-3-pro",
  "use_case": "video",
  "num_images": 1,
  "prompt": "clean ecommerce fashion video",
  "duration": 5,
  "generate_audio": false
}

AI Video Generation

Generate animated videos of your fashion models through our API. Turn static images into dynamic 5-10 second video clips.

POST /avatar
{
  "avatar_name": "My Brand Model",
  "avatar_url": "https://example.com/model.jpg",
  "avatar_enhancement": true
}

AI Model Creation

Create custom AI models and reference them in your generation calls for consistent branding across your entire product catalog.

POST /generation
{
  "generation_result_parent_id": 123,
  "use_case": "edit",
  "model_slug": "seedream-4-5",
  "prompt": "change background",
  "num_images": 1
}

AI Edits & Enhancements

Apply intelligent edits through the API including background changes, lighting adjustments, pose modifications, and accessory additions.

Simple API Pricing

Same credit system as our Studio - pay only for what you generate

$0.10

per credit

Pay only for what you use

  • Credits never expire
  • No monthly subscriptions
  • Set up auto-pay for convenience
  • Works across the studio and API
  • Purchase credits directly on the Uwear Platform

Ready to integrate?

Join developers building the future of fashion with our AI photography API. Request free test credits, generate your API key, and start building in minutes.