Visual Search Endpoint

Using the API

The API can be used to search for NFTs via text queries describing the visual or aesthetic elements of the NFTs.

📘

Chain Support

This API endpoint is running on Tezos. The endpoints are available on Ethereum, the major EVM chains, and Solana - on demand.

  • text_query is your desired search query.
  • contract_filter is used to limit the recommendations to a specific set of contracts. Separate each contract address with ",".
  • recency_bias let you control, for your search results, the bias given to the recently minted items. From 0 to 100, the higher the recency_bias the more the model will return recently minted collections.
  • limit lets you limit the number of results of your search.
  • offset can be used with pagination.
  • click Try It! once you are ready.

Search Examples

  • Do a visual search on Tezos, with a bias towards recently minted NFTs.
    • text_query: post-abstract rainbow with pastel colors
    • contract_filter: (leave empty)
    • blockchain_filter: (leave empty)
    • recency_bias: 80
    • limit: 50
    • offset: (leave empty)
Language
Credentials
Click Try It! to start a request and see the response here!