Loading...
Loading...
Start with free credits β Integrate AI-powered fashion photography directly into your applications. Generate photos and videos of clothing programatically in minutes.

Simple REST API with async generation workflow
curl https://api.uwear.ai/api/v1/generation \
-H "Authorization: Bearer YOUR_API_KEY" \
-X POST \
-H "Content-Type: application/json" \
-d '{
"clothing_item_id": 8613,
"prompt": "male model, studio photography",
"camera": "full body shot",
"num_images": 1,
"model_name": "drape_v2_5",
"enhance_user_prompt": true
}'Simple Integration
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.
# 1. Create request
POST /api/v1/generation
{"status": "Created"}
# 2. Poll status
GET /api/v1/generation/{id}
{"status": "Ongoing"}
# 3. Get results
{"status": "Done", "results": [...]}Developer Experience
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.
# 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
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.

Powerful API features designed for developers and businesses
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 /api/v1/generation-video
{
"generation_result_id": 123,
"model_name": "seedance-1-pro",
"duration": 5,
"resolution": "1080p"
}Generate animated videos of your fashion models through our API. Turn static images into dynamic 5-10 second video clips.
POST /api/v1/avatar
{
"avatar_name": "My Brand Model",
"generation_result_id": 123
}Create custom AI models and reference them in your generation calls for consistent branding across your entire product catalog.
POST /api/v1/generation-edit
{
"generation_result_id": 123,
"prompt": "change background",
"model_name": "seededit"
}Apply intelligent edits through the API including background changes, lighting adjustments, pose modifications, and accessory additions.
Same credit system as our Studio - pay only for what you generate
per credit
Pay only for what you use
Join developers building the future of fashion with our AI photography API. Get free credits, generate your API key, and start generating in minutes.