Skip to main content

Overview

What is Tausi Credit Scoring API?.

Tausi Credit Scoring API is an AI-Powered credit-risk scoring engine that quantifies the creditworthiness of a consumer through formal and informal data provided and collected by a Financial Service Provider.

Getting Started

This documentation describes how to integrate the Tausi Credit Scoring API to the client's Application. The Tausi Credit Scoring API includes a number of endpoints that enable Financial Service Providers to integrate with their existing system endpoints. All responses will be displayed in JSON format, and credit scoring endpoints will require an X-Auth-Token key in the header to be authorized by Tausi.

How we build our solutions

Our core technology uses AI and machine learning to manage the credit risk of the financial products.

How to use our API

To pull a credit score for a customer, send a POST request to the API URL. For Our Clients All these intergration should be done, Before trying to access any data. This documentation is a general overview of how a third part can access our APIs.

The system will then return a JSON object showing:

  • Whether or not the operation succeeded
  • The results of the operation (including scores)
  • Any errors that may have been encountered

Here we go


Now let's explore how to make request to Tausi Credit scoring API.

Go to the next section to see how to use our API.