如何使用HttpClient将音频文件作为FormDataParam上载到Rest服务?

时间:2018-10-10 09:35:26

标签: java rest jersey apache-httpclient-4.x

我正在尝试调用SpeechMatics api将音频文件转录为文本。 https://app.speechmatics.com/api-details。这是我的邮递员请求的屏幕截图。基本上,我想用我自己的rest api包装rest api。这是java rest服务(使用jersey)

enter image description here

想象一下,在以下REST服务中导入是正确的。

enter image description here

DefaultSpeechmaticsTranscriptionService中,我可以通过以下方式上传文件和模型字符串

enter image description here

但是当我调试响应时,我在Line no:85 -> return httpclient.execute(httppost);收到了错误的网关响应

从服务器日志中,我看到以下错误

enter image description here

任何帮助将不胜感激。

0 个答案:

没有答案