generateNftRecs
Endpoint calls to NFT recommendation engine. Engine deploys machine learning to create AI-powered recommendations for a given NFT on-the-fly.
Request
Endpoint
Headers
Authorization
Token { YOUR-API-KEY }
Parameters
contractAddress
Hexadecimal address that defines the NFT collection.
tokenId
Unique identifier that specifies the NFT within the contract address.
numberRecs
The number of recommendations user wishes to receive. 20 recommendations is the max.
Example
Response
Request Status Code
200
Success! Recommendations are provided in JSON format.
401
User authentication details failed.
Body
Interpretation
Engine only currently compatible with ERC-721 ABI contract types.
Note that the number of recommendations provided may sometimes be fewer than the number of recommendations requested. This is by design. The recommendation engine seeks to provide high quality recommendations only. If there is insufficient quality data to make good the full number of good recommendations, the engine will cull bad recs. This is more likely with very newly minted NFTs.
Last updated