PDF.co presigned URL

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

1 Like

Hi @Sergii_Zelenskiy,

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

https://pdf-temp-files.s3.us-west-2.amazonaws.com/TWQ7FCZAPPELP3D7AZONTS28Y6DJ4XKD/replace_replace_replace_Artthaus_Construction_Inc._-_17270_W_Avenida_de_La_Herradura_-_Proposal___.dat____.pdf______.dat?X-Amz-Expires=3600&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIZJDPLX6D7EHVCKA/20250716/us-west-2/s3/aws4_request&X-Amz-Date=20250716T223754Z&X-Amz-SignedHeaders=host&X-Amz-Signature=bee42cecb61105992c73cfcd7587022b2f02989b48197c97901d6cea583772d0

  • outputLinkValidTill

2025-07-16T23:37:54.3798936+00:00

1 Like

Hi @Sergii_Zelenskiy,

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

1 Like

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




and why it returs emthy if i have a file name? Thank you in advance

Hi @Sergii_Zelenskiy,

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.

1 Like