# WEARFITS Shoe & Bag 3D Generation

Base URL: https://api.wearfits.com

POST /api/v1/shoe-3d converts 2D product photos into a 3D GLB asset and,
optionally, an AR try-on published to the WEARFITS viewer.

## Inputs and product types

- Provide one or more product photos; the pipeline selects the best image.
- `productType`: `shoe` (default), `other` (bags/handbags), or `auto` (auto-detect).
- `glbInput`: pass an existing GLB to skip generation and only enhance it.

## Pipeline

AI image correction → 3D generation (with automatic provider fallback) →
optional AI texture enhancement and color correction → optional WEARFITS AR upload.

## Reference

- OpenAPI 3.1 spec: https://api.wearfits.com/doc
- Shoe 3D overview: https://api.wearfits.com/shoe-3d-api
- AR shoe try-on (main site): https://wearfits.com/product/shoes
