I created document type, extractor using UiPath Forms AI. Can I use this extractor as an API instead of integrating it to RPA workflow? If yes, where can I find API details?
1 Like
Where can I find sample API details like API url, method, headers, body etc…,
you can export this workflow as library and integrate the nupkg package with your RPA workflows with required parameters as arguments
I do not wish use RPA workflows. I would like to call UiPath document understanding extractor as an API call from my javascript application. Is it possible?
yes its possible. here’s a guide on how to do it