The document discusses different levels of REST APIs. Level 3 REST expresses everything as links in the response body. An example is given where a GET request for doctor appointment slots returns an XML response containing the slots with a link to book each slot. Level 3 REST makes APIs browsable by including links to related resources, avoiding the need for separate documentation on how to perform actions.