Need to call UiPath RPA from my asp.net core web application (C#). Any tutorial or guide for that?
You can use orchestrator http requests …for details on api check the swagger
You can get the swagger file by appending the orchestrator url with swagger/index.html
Check the above link
Cheers
Hi @Ali_UPUser
You can use the UiPath REST API to invoke UiPath workflows from an ASP.NET Core web application.
UiPath Orchestrator API documentation, which you can find at Read me
Regards,
Kaviyarasu N