Api By Example (ABE) is an approach to testing APIs across microservices by documenting API examples in JSON files in a common format. The ABE files describe API requests and responses and allow frontend and backend teams to work independently while ensuring compatibility. The process involves creating ABE files in a mocks repository, which then become dependencies for the service provider and consumer repositories to reference during development and testing.