# 7. AI Similarity Detection Endpoint

* **Endpoint:** `https://ai.luxora.space`
* **Method:** POST
* **Description:** Checks uploaded images against existing ones to prevent duplication and copy minting.
* **How it works:** This service utilizes an AI algorithm based on the model ResNet 50 to analyze and compare image similarities. If an uploaded image is more than 95% similar to an existing one, it prevents duplication, ensuring unique content on the platform.
