The Algorithmia API has a well-defined protocol. Use the same pattern to call any algorithm, and the output will be in an easily handled format like a string or array. The consistency of inputs and outputs of the API enables developers to use many different algorithms as building blocks to construct dynamic applications.
Before we go through an example, please take a look at the docs. There are instructions about obtaining your API key and specifications for the protocol. Everything you need to know, really.
For our example, let's say I want to know what the first five articles on the popular page of GeekWire are about, and I want to know what people are tweeting about them.
There are algorithms in the Marketplace for that.