API catalog
eSign & agreements
Sanction letter to signed agreement in one sitting.
Generate the KFS and loan agreement, collect Aadhaar OTP eSign through NSDL or eMudhra, and store the signed artifact with a full audit trail.
api.neetix.in
curl -X POST https://api.neetix.in/v1/esign/initiate \
-H "Authorization: Bearer sk_live_..." \
-d '{
"agreement_id": "agr_2093",
"signer_phone": "+919399XXXXXX",
"provider": "nsdl"
}'{
"session_id": "esn_7752",
"status": "otp_sent",
"expires_in": 600
}What ships in the box
Agreement generation
KFS and agreement PDFs rendered from your templates with loan terms filled in.
Aadhaar OTP eSign
Legally valid eSign under the IT Act, via NSDL or eMudhra ESPs.
Signed artifact storage
Tamper-evident signed PDFs stored encrypted, retrievable by loan ID.
Audit trail
Who signed, when, from where. Every step logged for compliance review.
Endpoints
POST
/v1/agreements/generateGenerate KFS + agreementPOST
/v1/esign/initiateStart eSign sessionGET
/v1/esign/{id}/documentFetch signed PDFProviders
Each provider is an adapter behind the same interface. Pick one per lending program, switch with a config change.
NSDL · eSign ESPeMudhra