in postman method get with the exact url GET https://api.pdf.co/v1/file/upload/get-presigned-url?name=test.pdf&encrypt=true 200 but in make HTTP module it says Invalid protocol. Valid protocols are http and https. What is the problem and how to extract my pdf gor gpt analysing Thanks
Can you provide a screenshot of the error and the input/output bundles? This will help better troubleshoot.
-Robin @Trainward_Consulting
Thanks Robin for a quick reply. I have solved that problem but i got another one. After generating pre-signed url my file changes to .dat but i need its to be pdf to extract info for chat gpt. how to change its i have tried with qerty string name= file name but did not succeed. my lin below * url
- outputLinkValidTill
2025-07-16T23:37:54.3798936+00:00
Please use the HTTP - Get a File to get a download of the PDF to use in later steps (Pictured)
You can plug in the S3 URL generated from PDF.co where the solid red rectangle is located.
Hope this helps!
-Robin @Trainward Consulting
Thanks for help but i have one more question why when i map my data to module open ai it does not work but whe i copy and paste it works
thanks
Is there a reason you’re not using the Chatgpt module to hit openAI servers? I haven’t used the http module to run an opeAI api call.
That being said, can you provide the input bundle? It may be missing quotation marks, or a not properly assembled JSON.
- Robin @Trainward_Consulting