For the complete documentation index, see llms.txt. This page is also available as Markdown.

Products

/api/products provides endpoints for locating and updating product information. A product represents an individual collection of tokens within a contract.

Get Product

get

Get data for a single product.

Path parameters
idstringRequired
Responses
200

OK

No content

get/api/products/{id}
200

OK

No content

Set Product Banner

post

Upload banner image through the IPFS service.

Path parameters
idstringRequired
Body
banneranyOptional
Responses
200

OK

No content

post/api/products/{id}
200

OK

No content