What is API?
API or Application Programming Interface is a kit of rules. Using them different programs can communicate with each other and exchange data.
All these interactions take place with the help of functions, classes, methods, and structures. This allows developers to extend the functionality of their product and link it with others.
What is API key?
An application programming interface (API) key is a unique code or alphanumeric string that used to identify an application or user.
It is used to authenticate the user to the system. It is similar as a login and password
How to create an API key?
To generate an API key you should open Serverspace control panel and go to the Automation section. In the API tab you find Create API button in the right top corner. Enter the name of the API key.
You can set the key expiration date and set access from specific IP addresses.
What are Private API and Public API?
Private API is intended only for internal use within the corporate team. This allows users to automate processes within the company and optimize them.
Public API is open to everyone. It allows any user to use services features included to the API.
Why do you need API?
API is a universal and accelerated solution for a developer. You only set up the server side once, and then you can use the created interface in application programs, web applications, websites - anywhere.
What is an API example?
API popularity is due to its ease of use and functionality. A programmer does not have to learn the inner workings of this programming interface, just use it to combine applications into a system. For example, in Serverspace, users can use API and perform almost all actions available in the infrastructure control panel: deploy servers, change their configuration, create services, and more.