curl -X POST -F "[email protected]" "https://gateway-a.watsonplatform.net/visual-recognition/api/v3/detect_faces?api_key={api-key}&version=2016-05-20"
this is a sample curl post command to post one image file to api connect.
I published this api to api connect developer portal. but don't know how to post image file to my api using api connect's format.
api connect example: curl --request POST \ --url https://api.us.apiconnect.ibmcloud.com/wlwwucnibmcom-dev/ibmtesting/vision5/classify \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --header 'x-ibm-client-id: REPLACE_THIS_KEY' \ --header 'x-ibm-client-secret: REPLACE_THIS_KEY'
which format I should use to post my request???