Ki Insurance · Arazzo Workflow
Ki — quote a risk and run the follow algorithm
Version 1.0.0
Create a quote on Ki's partner-gated broker platform, attach the schedule of values, geocode it, run Ki's algorithmic pricing and retrieve the priced quote document. Every operationId below exists verbatim in the referenced OpenAPI, which is an API Evangelist derivation from Ki's published client bundle. Running this workflow requires partner Auth0 credentials — Ki has no sandbox and no self-serve signup, so no example inputs are seeded.
View Spec
View on GitHub
InsuranceUnited KingdomLloyd's of LondonSpecialty InsuranceProperty and CasualtyUnderwritingInsurtechBrokerAlgorithmic UnderwritingReinsuranceArazzoWorkflows
Provider
Workflows
quote-and-price
Create, complete, price and download a Ki follow quote.
Ki writes follow-only capacity, so the workflow starts by confirming the class of business and its nominated lead before a quote is created. Pricing is asynchronous with no webhook — step 8 is a polling step.
1
whoami
getUserCurrent
Confirm the authenticated broker user, their broking house and entitlements.
2
listClassesOfBusiness
getClassOfBusiness
List the classes of business Ki writes.
3
checkNominatedLead
getSyndicateNominatedSyndicateByClassOfBusiness
Confirm Ki follows a nominated lead on this class of business.
4
listRiskCodes
getRiskCodes
Retrieve Lloyd's risk codes for the class of business and inception date.
5
createQuote
createQuote
Create the quote.
6
uploadScheduleOfValues
createQuoteSov
Attach the schedule of values (multipart; skip for lines with no SOV).
7
startPricing
updateQuoteStartPricing
Run Ki's follow algorithm against the quote.
8
pollForPrice
getQuoteDetail
Poll quote detail until the price lands. Ki's own client polls every 5 seconds for up to 90 seconds (GET_PRICING_INTERVAL / GET_PRICING_TIMEOUT). There is no webhook.
9
downloadQuoteDocument
getQuotePdf
Download the quote PDF. The response is binary, not JSON.