API
You can deploy your app as an API. This is a way to interact with your app programmatically.
This works best if the generation is in JSON format. Let's first set the step to JSON.

Then run the step to make sure it works.

Now you can deploy your app as an API.

We can validate the API using tools like Postman.

Check the use cases here for more examples on how to use the API.