Consider the following web application: the frontend contains a button and some sliders. When the button is pressed, a request is sent to the server along with the sliders value. The server calls a python script and generates some content according to the sliders value and the content is then displayed on the frontend.
How can I prevent other people to implement a similar application that sends requests to the same server to generate content?