Issue with setting up Http request node containing binary input for flask server

Information on your n8n setup

  • **n8n version:**1.91.3
  • Database (default: SQLite):
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**own
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker
  • **Operating system:**linux

I am trying to transcript mp3 binary files using openai-whisper running in flask server but stuck with error due to the http set up. sharing the complete screenshot of the http setup and error.

try reference ‘file’ might work then.

sorry that was a typo .

what error do u get on the server side of transcribe?

i am able to get output using curl and there is no issue with flask set up . i guess there is some issue with binary data being passed to the server.