-
Notifications
You must be signed in to change notification settings - Fork 468
Description
Describe the bug
I copied this cURL:
curl -X POST
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"
-H "Content-Type: application/json"
-d '{
"source_url": "https://example.com/document.pdf",
"parse_options": {
"tier": "cost_effective",
"version": "latest"
}
}'
"https://api.cloud.llamaindex.ai/api/v2alpha1/parse/url"
and pasted this into my n8n https request node. I added my api key and added the source url. I changed the tier to agentic. When I ran the node, it gave this error:
Method not allowed - please check you are using the right HTTP method
When I changed to GET (which it shouldn't be), it gave me this error:
The service was not able to process your request
Oops! Something went wrong on our end. Please try again in a few minutes. If the problem persists, please contact support by clicking the chat icon on cloud.llamaindex.ai providing this correlation ID: 89dbad32-002d-4634-b189-21ebd62988ed
Files
If possible, please provide the PDF file causing the issue.
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.
Client:
Please remove untested options:
- Python Library
- API
- Frontend (cloud.llamaindex.ai)
- Typescript Library
- Notebook
Additional context
Add any additional context about the problem here.
What options did you use? Premium mode, multimodal, fast mode, parsing instructions, etc.
Screenshots, code snippets, etc.