Watson Speech-to-Text register_callback returns only 400s
问题 The Watson Speech-to-Text asynchronous HTTP interface allows one to register a callback url through a call to register_callback . This call is clearly not working; for illustration, please see these six lines of code. # Illustration of how I can't get the Watson Speech-to-Text # register_callback call to work. r = requests.post( "https://stream.watsonplatform.net/speech-to-text/api/v1/register_callback?{0}".format( urllib.urlencode({ "callback_url": callback_url })), auth=(watson_username,