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
Key
Value
Authorization
Token { YOUR-API-KEY }
Parameters
Parameter
Description
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
Response
Interpretation
200
Success! Recommendations are provided in JSON format.
401
User authentication details failed.
Body
Interpretation
Last updated