I am doing an assessment task with The Movie Database API that includes a requirement to make my web app user able to add a new movie by providing title, overview, release date, rating and selecting a poster from the user’s photo gallery.
I can't find any API provided by TheMovieDB that allows the user to create a new movie?
Link to the documentation
CodePudding user response:
It's because you can't create a new movie from their API, only through the web interface: https://www.themoviedb.org/faq/website (Section => How do I add a title?)
CodePudding user response:
I have create a question on The Movie DataBase Support platform and they confirmed that the only way to add new movie is by using their interface and they don't provide any APIs for that.