Algolytics Technologies Documentation
  • End-to-end Data Science Platform
  • ABM
    • Introduction to ABM
    • Repository
    • Classification - adding, running and deleting projects
    • Approximation - adding, running and deleting projects
    • Models and variables statistics
    • Model deployment
    • ABM API
    • Data scoring
    • Adding, running and deleting projects
  • Event Engine [user]
    • Engine description
    • How the engine works
    • Events
    • Aggregate module
    • Metadata
    • Components of metadata
    • Off-line processing and modeling
    • Examples of API operations
    • Visualisation
  • Event Engine [administrator]
  • Scoring.One
    • Engine description
    • Panels overview
    • Implementation of scoring models
    • Creating and testing a scenario
    • SCE Tracking Script
  • Advanced Miner
    • Documentation
    • How to install license key
  • DataQuality [web app]
  • Algolytics APIs
    • DQ for Python API
    • Scoring Engine WEB API
    • ABM Restfull API
    • Other APIs
  • Privacy policy
  • GDPR
Powered by GitBook
On this page
  1. ABM

ABM API

PreviousModel deploymentNextData scoring

Last updated 4 months ago

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

Now click the Create api key button.

And then the Show button.

Finally, copy ABM API key

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.

ABM API documentation