The document discusses building a REST API with Zend Framework 2. It provides an overview of REST, comparing it to other API techniques like RPC and SOAP. It covers REST components and best practices, explaining the advantages of REST such as its simplicity, use of JSON, and support for AJAX. The document also addresses some common arguments against REST and how they can be overcome.