Collect evidence from individuals or businesses, bind workflows to related parties, run provider-backed checks, surface risk, and resolve the case with enough visibility for operations teams to trust the outcome. Korala is built for compliance flows that combine automation with manual review.
Compliance processes are rarely one API call. Sessions give you a guided flow for evidence collection, participant-aware sequencing, resubmission, review, and final case resolution.
This is where compliance workflows differ from simple document processing. A real case has participant-specific steps, waiting states, check results, risk updates, and clear handoffs into manual review.
Use Korala to run the building blocks of a compliance workflow without stitching together separate collection, orchestration, and review products.
Kick off a session from a reusable configuration, attach the participants involved in the case, and listen for review or resolution outcomes without building a separate orchestration system first.
korala.sessions.create({ configurationSlug, externalUserId, participants })session.accessTokensession.status -> pending_review / approved / rejectedimport Korala from "@korala/sdk";
const korala = new Korala({ apiKey: process.env.KORALA_KEY });
const session = await korala.sessions.create({
configurationSlug: "kyb-standard",
externalUserId: "org_42",
participants: [
{ role: "subject", displayName: "Acme Corp" },
{ role: "beneficial_owner", displayName: "Jane Smith" },
{ role: "representative", displayName: "John Smith" },
],
context: {
country: "US",
onboardingTier: "standard",
},
});
console.log(session.accessToken);Korala keeps review state, check findings, risk, and evidence connected to the case so compliance teams can understand what happened before they approve or reject the result.
Compliance flows usually sit inside API Platform pricing because they combine sessions, participant-aware workflows, review states, and risk-oriented orchestration.
Compliance teams usually buy around session volume, workflow complexity, review depth, and risk controls.
Collect documents, run participant-aware checks, surface risk, and resolve the case with enough context for both automation and manual review.