Extract shareholders from company documents (asynchronous or synchronous processing). This is a compute-intensive operation and can take anywhere between 1 minute and 10 minutes to complete.
Typical workflow:
GET /v2/companies/search/indexed?name=...&jurisdictionCode=...
to find the company and get its kausateId
.POST /v2/companies/{kausateId}/shareholders
with the required request body.orderId
to poll GET /v2/orders/{orderId}
for the extraction result.Returns order ID for tracking (async) or shareholder data (sync).
Sign up at Kausate.com to get an API key
Company ID
Return result synchronously with 300s timeout
Request model for shareholder extraction.
Shareholder extraction order successfully placed
Response model for product order.