Backend API
REST API for on-model product photo generation. Authenticated via session cookie — not intended for direct browser use.
- GET/v1/health— liveness
- GET/v1/health/deep— readiness (Appwrite)
- POST/v1/auth/login— sign in
- POST/v1/assets— garment upload
- GET/v1/models— synthetic model catalog
- POST/v1/generations— start shoot
- GET/v1/generations/:id— poll status
v1