We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a new nutrient report is generated. Users can specify optional filters such as report type or nutrient categories.
Emit new event when a new food analysis result is available. Users can configure optional parameters such as food type or analysis scope.
Emit new event when the nutrient database receives an update. Useful for tracking changes in nutritional values of food items.
Retrieve nutrient data for a specified food item using its ID or name. Users can optionally filter by specific nutrients.
Submit a food item for nutrient analysis and receive results. Requires food item details as input.
Search for food items in the nutrient database using keywords or filters such as category or nutrient content.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nutrient_document_web_services_api
URLs
Webhook Sources
new-nutrient-report-instant
Description
Emit new event when a new nutrient report is generated. Users can specify optional filters such as report type or nutrient categories.
new-food-analysis-instant
Description
Emit new event when a new food analysis result is available. Users can configure optional parameters such as food type or analysis scope.
new-nutrient-database-update-instant
Description
Emit new event when the nutrient database receives an update. Useful for tracking changes in nutritional values of food items.
Actions
retrieve-nutrient-data
Description
Retrieve nutrient data for a specified food item using its ID or name. Users can optionally filter by specific nutrients.
analyze-food-item
Description
Submit a food item for nutrient analysis and receive results. Requires food item details as input.
search-food-database
Description
Search for food items in the nutrient database using keywords or filters such as category or nutrient content.
The text was updated successfully, but these errors were encountered: