I want to integrate the deepl API into one our Process.
The Idea is that the bot is able to use API of DeepL to translate complete file, meaning it is uploading the file, deepl is translating it and then the Bot is supossed to download the complete file via the API.
But this stepp does not work. I know that the file is being translated, since im beeing billed for it
I use the http request acitivty and then Desirialize JSON to get the information.
Does anybody know how I can retrieve the complete file from http response?
You can use the Document ID which was generated from Status of the Document API and after you can use POST method and build the endpoint using the Document ID
If you are getting any errors share the screenshot
Hii @LogisticsRPA ,
Can you give a try by providing the filename (Fullpath) and let us k know whether u can get your required file in the mentioned filepath?
Note : Below is the scrrenshot of the Properties panel of HTTP Request activity