This document discusses using the build service API in programs. It describes the RESTful API of the Open Build Service and how to make requests using the osc command line interface or directly in code. Examples are provided for Perl and Python on how to wrap HTTP requests and leverage existing osc libraries to interface with the API in a simple way. Real use cases like a changelog checker are mentioned that utilize the API programmatically.