Proceed with the integration steps below.

  1. Copy the APIKey from your dashboard.
  2. Use the base URL - https://service.cladfy.com/v1/
  3. Use the /clients/ endpoint to create a new client.
    • This returns an "id"in the response. It is your new client's unique ID
  4. Use the /documents endpoint to Set up a callback URL in your app.
  5. Upload a client's statement using the /documents endpoint.
    • This requires the client_idfrom step 2
    • It will append the document to the client belonging to the ID and return a "document_id" and the same "client_id" in the response.
    • and automatically begins to analyze the statement.
  6. Listen to your callback.
  7. onFailure, check the error code for debugging.
  8. onSuccess, you will receive the analyzed data and the Client's information on your callback url.
  9. Use the client_id to call the additional endpoints to fetch the specific analysis category of your client's analyzed document. (You can call any of these endpoints as many times as you need)
    • Summary,
    • Cashflow,
    • Spending,
    • Gambling,
    • Trends.
    • Affordability Estimate,
    • etc.
  10. Use the client_id to upload additional statements to the same client or re-fetch the analysis