AGC Video API

Next.js conversion of PHP AGC class for video content management

Available Endpoints

  • GET /api/search?q=query&page=1
  • GET /api/list?page=1&per_page=20
  • GET /api/video/[id]
  • GET /api/related?title=title&limit=10
  • GET /api/cache
  • DELETE /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
  • ✅ s TypeScript support
  • ✅ OpenAPI documentation
  • ✅ CORS and middleware support