API Documentation
Integrate AI-powered fashion design into your applications.
Getting Started
The AlphaFashion API allows you to programmatically generate fashion designs, manage your library, and integrate with your existing workflows.
# Authentication
curl -X POST https://api.alphafashion.io/v1/generate
-H "Authorization: Bearer YOUR_API_KEY"
-H "Content-Type: application/json"
-d '{"prompt":"streetwear dragon","style":"bold"}'
Endpoints
POST
/v1/generateGenerate a new fashion design from a prompt.
GET
/v1/designsList all your generated designs.
GET
/v1/designs/:idRetrieve a specific design by ID.