# WEARFITS API Summary

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

All `/api/*` endpoints require the `X-API-Key` header.

## Core Endpoints

| Endpoint | Purpose |
| --- | --- |
| POST /api/v1/virtual-fitting | Apply garments and shoes to a digital twin. |
| POST /api/v1/digital-twin | Create a reusable customer digital twin. |
| GET /api/v1/digital-twin/{id} | Check if a digital twin is still valid. |
| POST /api/v1/shoe-3d | Generate or enhance 3D product assets. |
| POST /api/v1/digitization/batches | Queue many products for batch 3D generation. |
| GET /api/v1/jobs/{jobId} | Poll job status and results. |

## Public Discovery Files

- https://api.wearfits.com/robots.txt
- https://api.wearfits.com/sitemap.xml
- https://api.wearfits.com/llms.txt
- https://api.wearfits.com/llms-full.txt

## Human Reference

Swagger UI is available at https://api.wearfits.com/reference.
