# Documentation TODO **Created:** December 30, 2025 --- ## Technical Documentation Updates ### `/docs/api/image-generation.md` - [ ] Remove `status: "pending"` from POST response example - [ ] Remove "Generation Status" section about polling - [ ] Update POST response to show `status: "success"` with `outputImage` immediately - [ ] API is synchronous — one request returns completed generation **Reason:** The actual API behavior is synchronous. Documentation incorrectly shows async polling flow. --- ## Website Documentation See `documentation-section-task.md` for full specification of website docs pages. ---