Azure REST API

Hi folks, Can anyone help me out with this question.
How do I call the Azure Document Intelligence REST API using UiPath Studio?

Hi you can use http request activity to send a post request that would return you a 202 status if successful. Use the headers from the post request response to make a get request and you would get your result. header is Operation-location

you can check azure docs as well

@Leo_Hope

Welcome to the community

I hope you have the end point details if yes first try it in postman and then you can directly import the curl into UiPath http request

Cheers

thank you! @muktadir

Thank you Anil @Anil_G

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.