# ABM API

## Integration with ABM via REST API

Apart from GUI, it is also possible to build predictive models and score data in ABM via REST API. Check out [ABM API documentation](https://algolytics-technologies.gitbook.io/algolytics/algolytics-apis/abm-restfull-api) for additional information.

**Generating ABM API key**

The API key is used for authentication of the system that uses ABM API.

In order to generate it, go to the Homepage and choose API from the menu.

<figure><img src="https://e-abm.pl/documentation/_images/ABMAPI1.jpg" alt=""><figcaption></figcaption></figure>

Now click the Create api key button.

<figure><img src="https://e-abm.pl/documentation/_images/ABMAPI2.jpg" alt=""><figcaption></figcaption></figure>

And then the Show button.

<figure><img src="https://e-abm.pl/documentation/_images/ABMAPI3.jpg" alt=""><figcaption></figcaption></figure>

Finally, copy ABM API key

<figure><img src="https://e-abm.pl/documentation/_images/ABMAPI4.jpg" alt=""><figcaption></figcaption></figure>

and paste it in the heading (named ‘Authorization’) of a HTTP query. The heading should have a ‘Bearer $s’ value. Replace ‘$s’ with the generated API key.
