Compute Interface REST API
The Compute Interface REST API provides an interface to the Xpress Insight 5 Compute Server to allow properly formatted jobs of a permitted file type to be submitted programmatically.
This API supports a Representational State Transfer (REST) model for accessing a set of resources through a fixed set of operations.
Reference Documentation
Full documentation of the resources offered by this feature are available locally as well as online at the FICO Xpress documentation site.
- Online documentation includes the API documentation, see the Xpress Insight REST API documentation.
- The running installation of Insight 5 serves live Swagger API documentation on:
<INSIGHTURL>/swagger-ui.html
Developer Prerequisites
Developers should have experience in developing against REST Web Services with a suitable client-side language.