This document discusses mapping a domain model to a RESTful web API. It begins with an introduction and agenda for the presentation. It then covers discovering the API domain by identifying domain entities, operations, and relationships. This involves analyzing use cases, events, and domain expert input. The document provides an example of mapping verbs and nouns to entities and operations. It emphasizes grouping related concepts into bounded contexts. The goal is to learn how to map the domain model to REST resources, representations, and operations to define the API interface.