Open mjcourte opened 1 month ago
Hi, I'm experiencing the same issue. My observation is that the API key is not being persisted. Although it's displayed in the popup during generation, but the column where the key should be shown (I guess with stars ***) remains empty.
I have the same issue when I try to call API (for example on n8n) but with the tool of Parse in LlamaCloud the parsing is carried out
I am having the same problem. I can create a job with the API but cannot get the results. Getting a 401 Unauthorized response.
How can we fix this?
Describe the bug Write a concise description of what the bug is.
Bearer Token of \<my llama cloud API key> does not allow me to download my job results.
Using a new account API key, I was able to parse a .pdf document, and retrieve it once (my first ever usage of LlamaParse). My script did not locally store the markdown, and while debugging downstream code, I need to recreate the objects
md_json_list
in example:https://github.com/run-llama/llama_parse/blob/main/examples/multimodal/product_manual_rag.ipynb
without hitting the API with another parse job, so I assume the right thing would be to API request download the markdown result.
The result status is always 401, so I attempted the same in the web docs UI at:
https://docs.cloud.llamaindex.ai/API/get-job-json-result-api-v-1-parsing-job-job-id-result-json-get
Using the same llama cloud API key and job id. (401)
I created another LLama Cloud API key (both free tier, and I have credits remaining for the day), and it did not work either in python requests, or the web docs UI.
I can go to the job in my Parse tab at cloud.llamaindex.ai/parse, and export the items manually that way with no issue, but I will need this to work programmatically.
Files If possible, please provide the PDF file causing the issue.
The only file sent was a NASA Nov 2006 style guide pdf, freely available online.
Job ID If you have it, please provide the ID of the job you ran. You can find it here: https://cloud.llamaindex.ai/parse in the "History" tab.
f6b7a044-b820-4498-bfc8-f5917999d66f
Screenshots Feel free to also provide screenshots if relevant.
Client: Please remove untested options:
Options What options did you use? Multimodal, fast mode, parsing instructions, etc.
Additional context Add any additional context about the problem here.
Note that in the API reference documentation, the request headers contain the authorization bearer key twice. Probably unrelated.
https://docs.cloud.llamaindex.ai/API/get-job-json-result-api-v-1-parsing-job-job-id-result-json-get