Hello Community,
I want to post a file to one api, but i am not sure how can i do it using uipath Http request activity.
I am able to send the file in the postman tool using the api.
My api is "http://api.xyz/{apikey}/process.
I want to send a pdf file to this api.
In postman I have given the api and in body section I have ticked the form-data and then selected the pdf file.
My responce is successful.
Can anyone please help me to figure out how can I do the same in uipath.
Please find below image of the postman for reference.