Some way to more easily convert flows to API endpoints

0 Kudos

It would be great if there was some way to (more easily) build API endpoints from Flow functionality.

Sometimes we'd have a Flow built out using python and visual recipes for stuff like data transformations, feature engineering etc. but then want to deploy the functionality as an API.

In that case we'd have to replicate the Flow's functionality in python code to deploy as a python API endpoint. It would be great if there was a way to either convert recipes to python code to copy/paste into an endpoint or a more general way (button) to convert (sets of) recipes to an endpoint.