How It Works

From form submission to lead decision

Kanshi analyzes what was submitted, why it was submitted, and whether it should enter your business systems before your team acts on it.

Validation Pipeline

Kanshi validates the lead, not just the visitor

Traditional security verifies who submitted. Kanshi works after that layer to decide whether the lead should enter your systems.

1

Website

Kanshi uses this layer to decide whether the lead should proceed.

2

Page

Kanshi uses this layer to decide whether the lead should proceed.

3

Business

Kanshi uses this layer to decide whether the lead should proceed.

4

Submission

Kanshi uses this layer to decide whether the lead should proceed.

5

Decision

Kanshi uses this layer to decide whether the lead should proceed.

Decision Engine

Allow, reject, or flag with explainable confidence

Every submission can return a decision, confidence score, category, and reason.

Incoming submission

"I need a quote today. Please call me about your service package."

Confidence
92%
Risk
Low
Category
Valid lead

Allow

Lead intent fits the business and can enter the workflow.

Reject

Submission is fake, low quality, irrelevant, or not worth routing.

Flag

Submission may be real but should be reviewed before entry.

Lead Review Workflow

Automate obvious lead decisions and keep humans in control

Kanshi helps teams allow valid leads, reject fake submissions, and route uncertain cases to review.

Lead review queue

Optional review
FlagQuote request84%Needs review
RejectContact form96%Low-intent pitch
AllowBooking request91%Valid lead
RejectLead form92%Fake inquiry
Developer API

Gatekeep leads from any form workflow

Use Kanshi in contact forms, quote requests, bookings, support requests, registrations, and custom lead pipelines.

Forum post

I need help restoring my account access after changing my email.

Product review

The replacement part arrived on time and fit the older model correctly.

Support ticket

Our billing page shows two failed invoices after updating the card.

Marketplace listing

Lightly used commercial mixer with serial number and pickup details.

POST /api/validate
{
  "type": "contact_form",
  "site_context": "Local service business accepting quote requests",
  "content": "I need a quote today. Please call me about your service package."
}

{
  "decision": "allow",
  "confidence": 0.91,
  "category": "valid_lead",
  "reason": "The message matches the business, page intent, and expected buyer request."
}
How It Works

From form submission to business decision

Kanshi turns raw form submissions into lead decisions your workflow can act on.

1

User submits a form

2

Kanshi understands business context

3

AI analyzes lead intent

4

Decision engine scores confidence

5

Allow, reject, or send to review

6

Only valid leads proceed