API calls

When you give an API a bunch of inputs to get the outputs you want, it’s called calling the API. API calls are always made via code (programmatically), and there are countless ways to do so like the command line (cURL), client libraries in your favorite programming language, and even GUI tools like Postman.

API calls