Kfir Bloch argues against using RESTful APIs between microservices, citing complexity in authorization, payload handling, and documentation challenges. He advocates for Remote Procedure Call (RPC) as a simpler alternative that effectively abstracts network complexities and provides better error handling and documentation. The document emphasizes that while REST can become verbose and difficult to manage, RPC offers a more efficient solution established since the 1970s.