Hello Adalo community,
I’m currently developing an app in Adalo. In this process, I want to implement an automatic summarization feature for video conferences using the Daily video meeting API and OpenAI’s GPT-3 API. Specifically, I want to realize what is written in this blog article (How to automatically summarize a video meeting with OpenAI and Daily's video APIs) in Adalo.
However, while the blog article sends the summarized results via email, I want to save them in the Adalo database. Therefore, I am seeking advice on how to implement this process as an API and how to store the results in the Adalo database.
Since I’m not very familiar with backend development, I would also appreciate it if you could tell me about the best practices when implementing such a feature in Adalo.
I’m looking forward to your opinions and advice.