!7 /* curl -XPOST 'https://api.wit.ai/speech?v=20160526' -i -L -H "Authorization: Bearer $TOKEN" -H "Content-Type: audio/wav" --data-binary "@20170226-024709.wav" */ p { S token = witAIToken(); URLConnection con = openURLConnection("https://api.wit.ai/speech?v=20160526"); con.setRequestProperty(""); return doPost(urlParameters, _url.openConnection(), _url); }