Similar NFTs finder with url

[apis/nftport/v0/Similar NFTs finder with url]


Returns visually and contextually similar images to the input image passed with url. Requires NFTPort account. Find similar NFTs w/URL: https://docs.nftport.xyz/docs/nftport/?search=find-similar-nf-ts-w-url


Keywords: web3, blockchain, crypto, nft, smart contract, deploy, product, ethereum, polygon

Input ports

  • query:

    {"url": string, optional "page_number": number, optional "page_size": number}

    URL that points to the image that returns a Content-Length and Content-Type header or contains the file extension. Supports .JPG, .JPEG, .PNG, .WebP, .PPM, .BMP, .PGM, .TIF, .TIFF file formats.

  • params: {"api_key": string}

    https://docs.nftport.xyz/docs/nftport/?search=find-similar-nf-ts-w-url#Request

Output ports

  • data:

    {
      "response": "OK",
      "nfts": [
        {
          "chain": ("ethereum" or "polygon"),
          "contract_address": string,
          "token_id": string,
          optional "cached_file_url": string,
          optional "metadata": {
            "description": string,
            "background_color": string,
            "external_url": string,
            "image": string
          }
        }
      ]
    }

    https://docs.nftport.xyz/docs/nftport/?search=find-similar-nf-ts-w-url#Responses

  • response:

    {"status": number, "headers": {string: any}, "body": string}

    Sends the original response.

  • error: {"error": string, "details": any}

Last updated