This document summarizes the Entity API module in Drupal. It defines entities as content types like nodes, users, and taxonomy terms that have common CRUD functions. The Entity API module provides additional functions and metadata for custom entities to integrate with modules like Views and Rules. Examples of code and documentation links are also provided.