curl -X POST -F "images_file=@prez.jpg" " https://gateway-a.watsonplatform.net/visual-recognition/api/v3/detect_faces?api_key= {api-key}&version=2016-05- 20"
这是一个示例 curl post 命令,用于将一个图像文件发布到 api connect。
我将此 api 发布到 api 连接开发人员门户。但不知道如何使用 api connect 的格式将图像文件发布到我的 api。
api 连接示例: curl --request POST \ --url https://api.us.apiconnect.ibmcloud.com/wlwwucnibmcom-dev/ibmtesting/vision5/classify \ --header 'accept: application/json' \ --标头“内容类型:应用程序/json”\--标头“x-ibm-client-id:REPLACE_THIS_KEY”\--标头“x-ibm-client-secret:REPLACE_THIS_KEY”
我应该使用哪种格式来发布我的请求???