1. Home
  2. Docs
  3. NoCode-X Documentation
  4. API
  5. General information

General information

The API menu.

NoCode-X allows its users to create APIs within applications. APIs have the following attributes:

AttributeDescription
NameEnter a name for this API. (Mandatory)
DescriptionProvide a description for this API. (Optional)
IconChoose a relevant icon from the interactive icon picker. (Optional)
TagsProvide one or more tags for this API. (Optional)
EndpointAn API endpoint is a server with which the client must communicate in order to interact with the API. To do this, the client must provide a URL, a method, a list of headers and a body.

The developer can set the desired method in the drop-down menu on the left. The suffix of the endpoint URL must be specified in the Endpoint input field on the right. The complete endpoint URLs are shown in gray below the Endpoint input field. It is then possible to perform a set of actions when a request has been made.

The first three attributes can be seen in the first image below, the endpoint attribute in the second image below.

First section when creating a new API.
The input field for the API endpoint.

Create API

This can be done by clicking the New button in the top right corner of the Api screen. APIs can be edited and removed at any time.

Shows the button that has to be clicked to create a new API.

Additional information

Other aspects of APIs in NoCode-X are discussed in the articles below:

How can we help?