Asset Search
This API offers a seamless solution for discovering and retrieving digital assets that have been registered within the Web3 ecosystem. Upon uploading a file
or fileURL
or using input nid
the API will return the exact Nid of the requested asset if it has been previously minted as an NFT or registered on the Numbers network. Additionally, a list of similar assets will be provided for further exploration. Authorization to access the API requires a valid Capture Token. If you do not already have a Capture Token yet, please follow the instruction provided to create one.
The Numbers API is a pay-as-you-go system, which means you only pay for the API calls you make. This is a cost-effective way to use the API and it allows you to control your expenses. Make sure to top up and ensure sufficient funds in your wallet in the form of Credits or NUM to cover the cost. Payment for services is processed using NUM; if you want to know how much it costs in USD, you can check CoinGecko or CoinMarketCap.
In this example, you would replace YOUR_CAPTURE_TOKEN
with your actual Capture token and /tmp/MYFILE.png
with the actual file on your filesystem.
If the preciseSearch
shows empty, meaning the asset has not yet been registered before. In general, a distance less than 0.12 means that AI model identified the images are really similar. If the distance between the result nid and your original asset is less than 0.12, it is very likely they are the same assets but one being modified slightly.
More examples can be found below:
Last updated