Find counterfeit NFTs w/token ID

Analyzes the input nft image passed with chain, contract_address and token_id, and returns duplicates (i.e. counterfeits) against it. Uses state of the art computer vision AI to match the input image against all ETH & Polygon NFT images in our database and returns duplicates which pass the threshold.

Supported file formats: JPG, JPEG, PNG, PPM, BMP, PGM, TIF, TIFF, WebP.

Useful for:

  • Increase customer trust and lower fraud - enable users to see if an NFT is unique or already minted/sold somewhere else by showing information on existing duplicate NFTs.
  • Credit and protect creators - build processes that defend against IP theft and/or credit the original authors when their work has been used in similar NFTs.
  • Enable and attract large IP holders (e.g. Disney) to upload content as NFTs by ensuring automatic copyright protection (similar to YouTube's Content ID).
  • Finding original owner - find the NFT owner simply with the NFT image.

Related:

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

Blockchain where the NFT has been minted.

Allowed:
string
required

The contract address of the NFT.

string
required

A unique uint256 ID inside the contract. The contract address and token ID pair is a globally unique and fully-qualified identifier for a specific NFT on chain.

integer
≥ 1
Defaults to 1

The page number of the results to return. The first page is 1.

integer
1 to 50
Defaults to 50

The number of results returned per page. Limit can range between 1 and 50, and the default is 50.

number
0.1 to 1
Defaults to 0.9

Threshold for classifying an NFT as a counterfeit.

string

NFTs from this contract address will be filtered out. Useful for examples where the whole NFT collection is visually very similar e.g. CryptoPunks.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json