Developer-First Fashion AI Infrastructure
Fashono AI
Developer REST API
What is the Fashono Fashion AI API? The Fashono REST API is a scalable developer endpoint suite that enables e-commerce platforms, PIM systems, and fashion apps to programmatically generate on-model clothing photos, swap model demographics, and remove background clutter in seconds.
< 8.5s Latency on GPU clusters
Real-time webhook notifications
Ultra-HD 4K output resolution
SDKs for Node.js, Python & Go
curl -X POST https://api.fashono.com/v1/try-on \
-H "Authorization: Bearer fsh_live_sec_9948271a" \
-H "Content-Type: application/json" \
-d '{
"garment_url": "https://cdn.yourstore.com/dress_flatlay.png",
"model": {
"gender": "female",
"ethnicity": "caucasian",
"pose": "catwalk_front",
"aspect_ratio": "4:5"
},
"environment": "studio_white_rgb255",
"resolution": "4096x4096"
}'4 Core API Endpoints
Plug into our specialized neural diffusion models with standard REST JSON payloads.
POST/v1/try-on
Garment Fitting & Virtual Try-On
Takes a garment flatlay URL and applies it onto a designated AI fashion model.
POST/v1/model-swap
Model Ethnicity & Pose Switcher
Swaps the human model in a photo while locking fabric textures and logos.
POST/v1/background/remove
Clothing Alpha-Matting & Scene Relighting
Outputs pure RGB 255 white studio JPGs or transparent PNGs with smart contact shadows.
POST/v1/video/generate
Short Video Mockup Generator (9:16)
Animates static fashion photos into 9:16 vertical MP4 video reels for TikTok and Instagram ads.
Technical Specifications & Limits
Enterprise-grade performance built for high-throughput e-commerce catalogs.
- Base URL
- https://api.fashono.com/v1
- Authentication
- Bearer API Key (Header: Authorization)
- Rate Limit (Scale)
- 100 requests / minute (Burst up to 250)
- Webhooks Supported
- job.completed, job.failed, credit.low
- Uptime SLA
- 99.99% Guaranteed Enterprise Availability
- SDK Availability
- Node.js (TypeScript), Python, Go, PHP
Developer API FAQs
Common questions regarding API keys, quotas, rate limits, and webhooks.
