Skip to main content

Kaaj form ingest API

This document describes the input fields for the API:

Endpoint

POST https://api.kaaj.ai/form/ingest

Headers

Authorization: Bearer <your_api_key>

Body

JSON body with the following fields:

Field NameTypeDescription
$appIdstringUnique identifier for the application/form
$emailstringUser's email address
$phonestringUser's phone number
$businessNamestringLegal name of the business
$incorporationStatestringState where the business is incorporated
$startDatedateThe date when the business was started or founded
firstnamestringFirst name of the business owner or primary contact
lastnamestringLast name of the business owner or primary contact
$loanAmountnumberRequested loan amount
useOfFundsstringDescription of how the loan will be used
ownershipPercentagenumberPercentage of ownership in the business (decimal between 0 and 1, e.g., 0.51 for 51%)
businessTitlestringTitle of the business owner or primary contact within the company
entityTypestringLegal structure of the business (e.g., LLC, Corporation, Sole Proprietorship)
businessDbaNamestring"Doing Business As" name, if applicable
taxIdstringBusiness tax identification number
businessAddressstringStreet address of the business
businessZipCodenumberZIP code of the business location
businessTypestringType or category of the business
propertyOwnershipstringStatus of property ownership (e.g., Own, Rent, Lease)
websitestringBusiness website URL
avgMonthlyRevenuenumberAverage monthly revenue of the business
comp12mnumberComparable trade reference for the last 12 months. (decimal between 0 and 1, representing fraction of installments paid out on similar credit lines or loans over the past year.)
comp24mnumberComparable trade reference for the last 24 months. (decimal between 0 and 1, representing fraction of installments paid out on similar credit lines or loans over the past 2 years.)
ficoScorenumberFICO credit score of the business owner or primary applicant
paynetScorenumberPayNet score (business credit score)
fleetSizenumberNumber of vehicles in the business fleet, if applicable
downPaymentnumberAmount of down payment for the loan
industrystringIndustry sector of the business

Notes:

  • Numeric fields (type: number) should be provided without currency symbols or commas.
  • Percentage values (ownershipPercentage, comp12m, comp24m) should be provided as decimals between 0 and 1. For example, 50% would be 0.5.
  • All fields with a $ are required fields.
  • Ensure that the $startDate is provided in the format "YYYY-MM-DD", to avoid parsing errors.