# Shoe 3D Generation API

> Generate 3D shoe and bag assets from product imagery with AI correction, texture enhancement, and optional WEARFITS upload.

- POST /api/v1/shoe-3d converts product imagery into GLB assets for product display and AR workflows.
- Optional WEARFITS upload publishes the finished 3D asset straight into an AR viewer.
- Texture enhancement projects AI-improved view grids back onto the GLB for better visual fidelity.

## Key questions

### Can bags be processed too?

Yes. Use productType "other" or "auto" to route non-shoe products such as handbags away from shoe-specific prompts.

### Can existing GLB files be enhanced?

Yes. Pass glbInput to skip generation and run transformation or texture enhancement on an existing GLB.

### Is batch digitization supported?

Yes. POST /api/v1/digitization/batches queues up to 500 products per batch on a low-priority queue.

## Related pages

- [Home](https://api.wearfits.com/)
- [Virtual Try-On API](https://api.wearfits.com/virtual-try-on-api)
- [Digital Twin API](https://api.wearfits.com/digital-twin-api)
- [Glossary](https://api.wearfits.com/glossary)

## Reference

- OpenAPI 3.1 spec: https://api.wearfits.com/doc
- Swagger UI: https://api.wearfits.com/reference
- Agent context: https://api.wearfits.com/llms-full.txt
