Application Programming Interface (API)

The API enhances the developer experience and enables simplified integrations of Infor AI functionalities without the need to access them through the application user interface. The API provides full flexibility for developers and internal adopters to design and deploy AI models through the modeling APIs in the Infor API Gateway.

You must have the COLEMANAI-User or COLEMANAI-Administrator role to use the API. However, there are some limitations for the COLEMANAI-User role. See the "Security roles" topic for detailed information.

The APIs help perform these activities:

  • Integrating with an external configuration management system.
  • Copying new models from a development tenant to a test tenant or from a test tenant to a production tenant.

The modeling APIs are:

  • Data collection
  • Machine learning
  • Optimization

Infor AI offers several API endpoints. This table lists the relevant API endpoints:

Endpoint Function
COLEMANAI/data/model/v1 Modeling for Data collection
  • Datasets
  • Groups
COLEMANAI/ml/model/v1 Modeling for Machine learning
  • Quests
  • Endpoints
  • Custom algorithms
COLEMANAI/optimization/model/v1 Modeling for Optimization
  • Quests
  • Endpoints
  • Custom algorithms

For details such as input, output and exceptions, refer to the Swagger documentation in API Gateway.