API Watson and API Alchemy, cannot be able to do sentiment analysis in Portuguese language, I did within two ways "keywords" and "sentiment" alone with URL, running very well with url english but not in Portuguese, only keywords and relevance return, however, the documentation says that it is possible, and in demo was possible.
response = nlu.analyze(url=url,features=[features.Keywords(limit=10,sentiment=True)])
response = alchemy_language.keywords(max_items=10, url=url, sentiment=1)