Products API

Manage and analyze food products with full ingredient breakdowns and nutritional data.

Endpoints

GET/v1/products

List all products in your account.

POST/v1/products

Create a new product with ingredients.

GET/v1/products/:id

Get product details with calculated nutrition.

PUT/v1/products/:id

Update a product's ingredients or metadata.

DELETE/v1/products/:id

Delete a product from your account.