Products API
Manage and analyze food products with full ingredient breakdowns and nutritional data.
Endpoints
GET
/v1/productsList all products in your account.
POST
/v1/productsCreate a new product with ingredients.
GET
/v1/products/:idGet product details with calculated nutrition.
PUT
/v1/products/:idUpdate a product's ingredients or metadata.
DELETE
/v1/products/:idDelete a product from your account.