Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.I'm sending the request } and getting the response: how do I fix? 2. Additional context or commentsNo response |
Answered by
dosubot[bot]
Oct 22, 2025
Replies: 4 comments 2 replies
|
I have confirmed a file upload and am getting a id in the response but this id does not help me contact the workflow |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Thanks for sharing your workflow details. Based on the code and recent updates, here’s what you need to check:
Site_Datainput is set to type File in the workflow editor. If it’s not, file inputs won’t be accepted and you’ll get the error you’re seeing./v1/workflows/run, your payload should use"Site_Data"as a single dictionary (not an array or string), like:{ "inputs": { "Site_Data": { "type": "document", "transfer_method": "local_file", "upload_file_id": "your-uploaded-file-id" } }, "files": [], "response_mode": "streaming", "user": "abc-123" }