Blockto
  • Introduction
  • 1. User Address Endpoint
  • 2. Users Endpoint
  • 3. Images Endpoint
  • 4. Single Post Retrieval Endpoint
  • 5. Posts Retrieval Endpoint
  • 6. Image Upload Endpoint
  • 7. AI Similarity Detection Endpoint
  • 8. New Post Creation Endpoint
  • 9. NFT Minting Endpoint
  • 10. Transaction URL Update Endpoint
Powered by GitBook
On this page

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.

Previous6. Image Upload EndpointNext8. New Post Creation Endpoint

Last updated 1 year ago