PODE
The document intelligence platform
powering Paperwork One.
Ask PODE what documents a situation requires. Collect them. Send them. PODE holds them temporarily, processes them, hands back the result — and then deletes what it was holding.
The shop
A consumer walks in with a question. PODE opens a job, says what it needs, takes delivery, does the work, and closes the job. Every job has an id, a lifecycle and an end.
POST /v1/services
{
"domain": "insurance",
"subject": "vehicle",
"jurisdiction": { "country": "IN", "state": "Delhi" }
}
201 Created
{
"service_id": "svc_a1b2c3d4e5f6g7h8j9k0m",
"status": "requirements_issued",
"documents": [ … ],
"knowledge": { "authoritative": true, "source": "database" }
}Consumers
PODE is consumer-neutral. Paperwork One / Kami is the first consumer and holds no special status: it reaches PODE through the same public /v1 API as everyone else, with no access to PODE's database, storage or internals.
Paperwork One / Kami
First consumer
HallTicket
Planned
Your platform
Via /v1