Webhook JSON is wrong #276

Closed
opened 2026-02-16 00:17:21 -05:00 by yindo · 1 comment
Owner

Originally created by @wus-solutions on GitHub (Sep 18, 2024).

Originally assigned to: @BinaryBrain on GitHub.

Hi,
your JSON Response on the webhook should look like this in the Sandbox:
{
"txt": "raw text",
"md": "markdown text",
"jsonOutput": [{
"page": 1,
"text": "page 1 raw text",
"md": "page 1 markdown text",
"images": [{ "name": "img_p0_1.png", "height": 100, "width": 100, "x": 0, "y": 0 }] }],
"images": [ "img_p0_1.png" ]
}

if i recieve an Webhook from LLamaParse the "jsonOutput" is now "json"
is that correct?

Originally created by @wus-solutions on GitHub (Sep 18, 2024). Originally assigned to: @BinaryBrain on GitHub. Hi, your JSON Response on the webhook should look like this in the Sandbox: { "txt": "raw text", "md": "markdown text", "jsonOutput": [{ "page": 1, "text": "page 1 raw text", "md": "page 1 markdown text", "images": [{ "name": "img_p0_1.png", "height": 100, "width": 100, "x": 0, "y": 0 }] }], "images": [ "img_p0_1.png" ] } if i recieve an Webhook from LLamaParse the "jsonOutput" is now "json" is that correct?
yindo added the bug label 2026-02-16 00:17:21 -05:00
yindo closed this issue 2026-02-16 00:17:21 -05:00
Author
Owner

@BinaryBrain commented on GitHub (Sep 19, 2024):

@wus-solutions Thanks for reporting. The documentation is wrong, the key is and will always be json.
I'm pushing the fix now. It will be fixed in the next release.

@BinaryBrain commented on GitHub (Sep 19, 2024): @wus-solutions Thanks for reporting. The documentation is wrong, the key is and will always be `json`. I'm pushing the fix now. It will be fixed in the next release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#276