如何在安卓app中传递此请求?
curl -X POST -F "images_file=@fruitbowl.jpg" "https://gateway-a.watsonplatform.net/visual-recognition/api/v3/classify?api_key={api-key}&version=2016-05-20"发布于 2017-06-30 00:52:41
有关curl -X POST -F,请参阅以下链接
http://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/Developers/GettingStarted/API%20requests/curl-formats.htm
https://stackoverflow.com/questions/44830342
复制相似问题