K

instacart

Latest version
Domain
OpenAPI file
Order from your favorite local grocery stores.

Versions

Rest

post
/rest/llm_integration/openapi/v2_0/recipes

Body params

Name
title
Type
string
Required
Description
Recipe title (e.g. "Vanilla Yogurt Parfait")
Name
ingredients
Type
array[string]
Required
Description
List of strings where each element is a recipe ingredient (e.g. ["2 cups of greek yogurt", "2 tablespoons of honey", "1 teaspoon of vanilla extract"]). Don't include items in the list that the user already mentioned they have.
Name
question
Type
string
Required
Description
This field stores the question asked by the user about recipe or mealplan in the current chat session. For instance, a user can ask "recipe for chocolate cookies" and the assistant responds by listing the ingredients needed to make chocolate cookies. In this chat interaction, we need to return "recipe for chocolate cookies" as the value in this field
Name
partner_name
Type
string
Required
Description
The value used to populate this field should always be "OpenAI"