Ki Insurance · Arazzo Workflow
Ki — turn a broker slip into a quote
Version 1.0.0
Ki's slip extraction pipeline: register the slip upload, execute the extraction job, poll it to completion, read the result and promote it into a quote. Every operationId exists verbatim in the referenced OpenAPI, which is an API Evangelist derivation from Ki's published client bundle. Partner Auth0 credentials are required; Ki publishes no sandbox.
View Spec
View on GitHub
InsuranceUnited KingdomLloyd's of LondonSpecialty InsuranceProperty and CasualtyUnderwritingInsurtechBrokerAlgorithmic UnderwritingReinsuranceArazzoWorkflows
Provider
Workflows
slip-to-quote
Extract a broker slip and create a Ki quote from the result.
1
createUpload
createSlipExtractionUpload
Register the slip document for extraction.
2
executeJob
createSlipExtractionExecuteSlipExtractionJob
Execute the extraction job over the uploaded slip.
3
pollJobStatus
getSlipExtractionJobStatus
Poll until extraction completes. No webhook or callback exists — polling is the only completion mechanism Ki exposes.
4
readResult
getSlipExtractionJobResult
Read the extracted, structured slip data for human review.
5
createQuoteFromResult
createSlipExtractionQuoteFromJobResult
Promote the reviewed extraction into a quote. Extraction is probabilistic — confirm the fields with a human before this step.
6
confirmQuote
getQuoteDetail
Read the resulting quote back before pricing it.