#curl POST to http request (Node-Red)

1 messages · Page 1 of 1 (latest)

lament skiff
#

im trying to use this curl POST command in a http request node and for the life of me can not get it to work curl -X POST "http://10.0.0.2:9000/asr?encode=true&task=transcribe&language=en&output=txt" -H "accept: application/json" -H 'Content-Type: multipart/form-data' -F "audio_file:@/home/nol/node-red-static/Scanner/test.wav;type=audio/wav"

#

curl POST to http request (Node-Red)

timber shoal
#

What have you tried and what is the outcome