Hello Team,
I was trying to extract information from a PDF file using the ChatGPT API, but I am getting the error below while making a POST call.
GET calls are working fine with the same authentication.
Is it possible to analyze the PDF by directly uploading it to ChatGPT (without reading the PDF in text first) using the API in UiPath? (In the UI, it’s possible.)
Here I have some stuff with ChatGPT and PDF extraction:
2 Likes
Hi @Akhil_Raveendran
You can use integration service but you would have to convert your pdf to jpeg
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
As for your error in postman it shows auth header missing have you added your api key in header?
yes, GET call is working fine without any issue .