Ai Movie Recommender
The AI Movie Recommender is a web application that uses AI to help you discover your next favorite movie. The application is built with Next.js, React, and Tailwind CSS. It uses the TMDB API to fetch movie data and the OpenAI API to generate movie recommendations based on your preferences. To get started with the application, simply type in the search bar and press enter. The application will…
Ai Movie Recommender endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/api/search /api/search |
Returns movie recommendations based on user preferences. Recommendations are generated by AI and supplemented with detailed metadata from The Movie Database (TMDB). |
| GET |
/api/trending /api/trending |
Get currently trending movie |
| GET |
/api/getID /api/getID |
Get tmdb/imdb id by title |
Ai Movie Recommender pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 1000 / hour |
|
| ULTRA Recommended | $30 / month | 4500 / hour |
|
| MEGA | $15 / month | 2500 / hour |
|