curl --request POST \ --url 'https://connect.dev.instacart.tools/idp/v1/products/recipe' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{ "title": "Small Chocolate Cake (6 inches)", "image_url": "https://d3s8tbcesxr4jm.cloudfront.net/recipe-images/v3/small-chocolate-cake-6-inches/0_medium.jpg", "link_type": "recipe", "instructions": [ "Preheat the oven to 350 degrees F and grease a 6-inch round cake pan.", "In a large bowl, combine flour, sugar, cocoa, baking powder, baking soda, salt, and cinnamon.", "Add egg, milk, oil, and vanilla to dry ingredients and mix well.", "Gradually add boiling water, mixing continuously until the batter is smooth.", "Pour the batter in the prepared cake pan and bake for 30-35 minutes, or until a toothpick comes out clean.", "Let the cake cool in the pan for 10 minutes, then remove from the pan and let cool completely on a wire rack.", "To prepare the frosting, melt the butter in a small saucepan.", "Stir in the cocoa and remove the saucepan from heat.", "Gradually add powdered sugar and milk, stirring until you reach your desired consistency. Stir in the vanilla.", "Wait until the cake is cooled completely to frost it." ], "ingredients": [ { "name": "whole milk", "quantity": 0.5, "unit": "cup" }, { "name": "eggs", "quantity": 1, "unit": "large" }, { "name": "ground cinnamon", "quantity": 0.25, "unit": "teaspoon" }, { "name": "salt", "quantity": 0.25, "unit": "cup" }, { "name": "baking powder", "quantity": 1, "unit": "teaspoon" }, { "name": "unsalted butter", "quantity": 0.25, "unit": "cup" }, { "name": "unsweetened cocoa powder", "quantity": 0.25, "unit": "cup" }, { "name": "powdered sugar", "quantity": 1, "unit": "cup" }, { "name": "evaporated milk", "quantity": 1, "unit": "tablespoon" }, { "name": "vanilla extract", "quantity": 0.5, "unit": "teaspoon" }, { "name": "boiling water", "quantity": 0.5, "unit": "cup" }, { "name": "vegetable oil", "quantity": 0.25, "unit": "cup" }, { "name": "all-purpose flour", "quantity": 1, "unit": "cup" } ], "landing_page_configuration": { "partner_linkback_url": "string", "enable_pantry_items": true } }'