Any API function, internally, invokes a system call. The OS program that connects API function calls to system calls is the system call interface. When a function is called, the interface looks up the corresponding number of the system call based on which function was called.
Invoking the open() system call. Taken from Bell, John T. "Operating-System Structures." University of Illinois, Chicago.