API Documentation
Integrate Unified Loan System's underwriting engine directly into your CRM.
POST https://api.verispect.ai/v1/applications
// Request Body
{
"broker_id": "brk_12345",
"borrower": {
"first_name": "John",
"last_name": "Doe",
"income": 120000
}
}
{
"broker_id": "brk_12345",
"borrower": {
"first_name": "John",
"last_name": "Doe",
"income": 120000
}
}
// Response
{
"id": "app_98765",
"status": "pending_analysis"
}
{
"id": "app_98765",
"status": "pending_analysis"
}
This is a preview. To access the full API reference, please contact our engineering team.
Request API Access