What is ApI's

Hi ,

Can Anyone explain me why Apis are used for

Thank u.

In a nutshell, they’re used to have programs interact with the inner workings of another program or service. For more, see the link below.

3 Likes

Hi Anthony ,

Thank you so much.

Hi!

In short: An API serves as a data transmitter between two different pieces of software.

You can think of APIs as a contract. This contract determines how users can connect to the software and includes the following:

  • Type of operations users can perform
  • Type of input data
  • Type of output data

To read more here’s a comprehesive guide on what is api and how does it work - What is an API and How Does It Work?