AGC Video API
Next.js conversion of PHP AGC class for video content management
Available Endpoints
GET /api/search?q=query&page=1GET /api/list?page=1&per_page=20GET /api/video/[id]GET /api/related?title=title&limit=10GET /api/cacheDELETE /api/cache?key=cache_key
Features
- ✅ Smart caching with Next.js unstable_cache
- ✅ Parallel API requests for better performance
- ✅ Comprehensive error handling
- ✅ Input validation and sanitization
- ✅ TypeScript support
- ✅ OpenAPI documentation
- ✅ CORS and middleware support