UIPath support to API call in web application

Will Ui path provide support to be used in a web application?.Can we run an xaml file in a web application by API call using any component in Ui path?

1 Like

You can use the Orchestrator by REST:

Hi @moenk,
I think Postman is used for verifying API. Can it be used to make API calls?

@Gopalakrishnan_K

You can refer Orchestrator API Guide for this

https://docs.uipath.com/orchestrator/reference/api-references

Hope this helps you

Thanks

@Srini84,
I tried this in Postman but showing authorization issue and not getting any response. Steps look confusing for me. Can you share any other information or video tutorials regarding the same.

Hello,
In this video you see how I call Robot assistant from Java Script:

In this video you can see how I call Orchestrator from NODE.JS and you can reuse the code:

Thanks,
Crsitian Negulescu