Forum Discussion
Synchronous REST API for Language Text Summarization
Hi Brian, I hope yourself may have figured this out by now, if so, please share your solution, because it seems to be a very nice use case. I'm not familiar with the service you are referencing (thanks for sharing the link). What I have done is to do some short text sumarization with the AI Builder Service inside Power Automate (https://learn.microsoft.com/en-us/ai-builder/overview ), This was an easy way to implement a simple use case within the MS365 enviroment using common bussines triggers (an email getting to an inbox or a new file in a Onedrive folder. It is not "synchronous" in a true sense, but being part of an orchestrasted flow kind of simulate this, since you get the summary of your text in the response to your call. An alternate way I tried was to do the REST API call to an Azure AI Foundry endpoint. It works, but for my needs it was easier to keep using AI Builder. Besides not all the available models return the summary in an easy way to extract. I hope this at least gives you some alternative path to explore.
Regards,
Jorge Trillos