The document provides an overview of REST services and ASP.NET Web API. It defines REST and its features, describing how REST services use HTTP verbs and are resource-oriented. It then explains ASP.NET Web API, how it makes building HTTP services easy in .NET, and compares REST to SOAP and ASP.NET Web API to WCF. The document aims to explain REST and how ASP.NET Web API can be used to create RESTful services.