Composite APIs function by acting as a single point of entry for multiple backend services. When a request is made to a composite API, it internally makes several calls to different APIs, aggregates the data, and then returns a unified response. This process is transparent to the end-user, who only interacts with one API endpoint.