AbreuHD/KuhakuAPI — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a C# .NET web API for an app called Kūhaku that helps people find series and movies from Cuevana.biz using web scraping. I want users to be able to register, log in, and then search for movies or shows, see basic details, seasons or episodes when available, and get the available public page links the mobile app can use.

Please keep it clean and organized, with separate layers for the API, application logic, domain models, persistence, and scraping code. Use Identity for user accounts, Entity Framework for storage, and Swagger so I can test every endpoint in the browser. Add sensible error handling so broken scraping pages or missing results don’t crash the API.

Don’t bypass logins, paid access, or DRM. Only read public pages. Make it easy to add more scraping providers later, but start with Cuevana.biz. Look up current docs online if you need to.

Want more depth? Deep Reverse