# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://algolytics-technologies.gitbook.io/algolytics/abm/abm-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
