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/generate

Generate a new fashion design from a prompt.

GET/v1/designs

List all your generated designs.

GET/v1/designs/:id

Retrieve a specific design by ID.

API Access

API access is available on Business plans and higher.

View Pricing