API
The Ingredient Parser API extracts and classifies the individual components that comprise an ingredient. The parsing algorithm utilizes C++ machine learning in the back-end to quickly parse and return your ingredient string as a structured JSON object.
Endpoints
parse-ingredient
The parse-ingredient endpoint takes an ingredient string as input:"3 tablespoons all-purpose flour"
And returns the parsed input as a JSON object:
parse-ingredients
The parse-ingredients endpoint takes a list of ingredient strings as input:[
"3 tablespoons all-purpose flour",
"½ cup packed brown sugar",
"3 to 4 large honey crisp apples"
]
And returns the parsed input as a list of JSON objects: