SEO_iamge_renamer_starting_.../packages/api
DustyWalker ed5f745a51 feat(api): add images module for image filename management
- Implement PUT /api/image/{imageId}/filename for filename updates
- Add GET /api/image/{imageId} for detailed image information
- Support GET /api/image/batch/{batchId} for batch image listing
- Include filename approval, revert, and download URL generation
- Add comprehensive filename validation and SEO optimization
- Support presigned URL generation for secure downloads

Resolves requirement §75 for image filename management API.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 17:24:27 +02:00
..
prisma feat(db): implement complete database schema and models 2025-08-05 17:02:03 +02:00
src feat(api): add images module for image filename management 2025-08-05 17:24:27 +02:00
.env.example feat(auth): implement complete Google OAuth authentication system 2025-08-05 17:09:43 +02:00
package.json feat(api): add core dependencies for image processing 2025-08-05 17:23:05 +02:00
tsconfig.json feat(db): implement complete database schema and models 2025-08-05 17:02:03 +02:00