Here you can upload photos using the upload at the top left of the page on the IP provided privately. You can also use one of the many API endpoints in order to use the functionalities in that are the following:
Is the API endpoint for the create_upload_file function, where the user can upload the file.
Is the API endpoint for the delete_image function, where the user can delete an image given the image ID in the URL.
Is the API endpoint for the update_image_title function, where the user can update an Image's title given the image ID in the URL.
Is the API endpoint for the get_image function, where the user can get an Image given the image ID in the URL.
Is the API endpoint for the get_all_images function, where the user can get all of the Images list.
Is the API endpoint for the get_image_title_byimage_id function, where the user can get an Image's title using the given image ID in the URL.
Is the API endpoint for the count_images function, where the user can get the number of all the Images in the database.
Is the API endpoint for the get_highest_image_id function, where the user can get the ID number of the Image with the highest Image ID.