API Documentation
Integrate AlphaFashion's AI design generation into your own applications.
Quick Start
1. Get your API key from your account settings
2. Install the SDK or use direct HTTP requests
3. Start generating designs programmatically
curl -X POST https://api.alphafashion.io/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Cyberpunk streetwear with neon accents",
"style": "streetwear"
}'API Endpoints
POST
/api/v1/generateGenerate a new AI fashion design based on text prompt
GET
/api/v1/designsList all your generated designs
GET
/api/v1/designs/:idGet details of a specific design
DELETE
/api/v1/designs/:idDelete a design from your account
POST
/api/v1/marketplace/publishPublish a design to the marketplace
Need API access?
API access is available on Business plans and above.
View Pricing