Send multiple pdf file through API endpoint in python #918
Unanswered
Luqmanasif1
asked this question in
Q&A
Replies: 2 comments
-
Hi @Luqmanasif1, You can have quick look on how the code should look like in Python using Postman's Code Snippet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I hope you are all doing fine. I want to send multiple pdf through the API endpoint in Python. Here is my code but it doesn't pass the PDF file in Flowise, Whenever I pass the PDF through Postman it works fine, I tried a lot to figure out the problem but I can't.
Here is the error that I faced.
SyntaxError: (unicode error) 'Unicode escape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
A screenshot of my code and postman is given below for your better understanding.
Beta Was this translation helpful? Give feedback.
All reactions