Skip to content

v2 parse api not working. #1062

@dakshneurolooplab

Description

@dakshneurolooplab

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions