Thanks. That works for download very well. We are now trying to send the microphone recording to OpenAI whisper in binary form. We have only been able to send as string with {{microphone1.audioFile.data}} which returns an error. How can we send as binary object?
{
"error": {
"message": "1 validation error for Request\nbody -> file\n Expected UploadFile, received: <class 'str'> (type=value_error)",
"type": "invalid_request_error",
"param": null,
"code": null
}
}