You can call a GraphQL API using four simple methods: GraphQL IDEs like Apollo Explorer, the `curl` command-line tool, the Fetch API in modern browsers, and GraphQL client libraries such as Apollo Client. Each of these methods has its own advantages and use cases, and they can be used to interact with a GraphQL API without needing specialized tooling. The choice of method depends on the specific requirements of the project and the developer's personal preferences.