Compute Interface REST API
The Compute REST API supports a Representational State Transfer (REST) model for accessing a set of resources through a fixed set of operations. It is based on REST principles and is therefore organised into resource-oriented URLs, using standard HTTP verbs. With some exceptions, such as when dealing with file contents, responses are in JSON format. Check the details on individual endpoints.
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/
Developer Prerequisites
Developers should have experience in developing against REST Web Services with a suitable client-side language.
Versioning
- When non-breaking changes are introduced, a new minor version of the API will become available, for example "2.1".
- When breaking changes are introduced, a new major version of the API will become available, for example "3.0".
Clients communicating with the REST API should be lenient to minor changes, so that they can continue to work with the latest minor version of the API without change. For example, the addition of a new field to an object is considered a minor change which the client can and should ignore.
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.