matlabibm-cloudsentiment-analysisalchemyapi

Alchemy API in Matlab


Is it possible to use the Alchemy API in Matlab? I want to call the URLGetTextSentiment method, without using other IDE's. Would be great if you have some experience with that and share it with me.


Solution

  • AlchemyAPI provides REST API endpoints for all text-mining and content analysis functionality. You can call those REST APIs from wherever you need, once you know your API key. In Matlab you can interact with RESTful web services using webread and webwrite.