This document discusses automatically testing RESTful API documentation by:
1) Describing API Blueprint, a language for describing web API specifications that can be tested.
2) Introducing Dredd, a tool for testing API documentation against a live API.
3) Providing examples of using Dredd hooks to mutate data, add delays, and make assertions during testing.