About REST APIs

REST (Representational State Transfer) is a web service that uses basic CRUD (Create, Read, Update and Delete) operations performed on resources using HTTP POST, GET, PUT, and DELETE. To learn more about REST concepts, see http://en.wikipedia.org/wiki/Representational_state_transfer.

The Image Streamer resources have an URI (Uniform Resource Identifier) that enables you to use REST APIs to manipulate the resources.