Order a real-time product (e.g. company document) for a company (asynchronous or synchronous processing).
Typical workflow:
GET /v2/companies/search/indexed?name=...&jurisdictionCode=... to find the company and get its kausateId.POST /v2/companies/{kausateId}/documents/ with the document type.orderId to poll GET /v2/orders/{orderId} for the result.Examples of currently supported SKUs for Germany (DE):
DEHRAD (Current Register Information)
DEHRSL (Shareholders List)
DEHRCD (Chronological Register Information)
DEHRAA (Articles of Association)
DEHRSI (Structured Information)
DEHRMP (Model Protocol)
kausateId: Company ID to order product for
sku: Product SKU code
customerReference: Optional reference for tracking
sync: Return result synchronously with 300s timeout (default: false)
Returns order ID for tracking (async) or document data (sync).
Sign up at Kausate.com to get an API key
Optional partner customer ID
Company ID
Return result synchronously with 300s timeout
Request model for ordering a product (documents only).
Provide either sku OR kausateDocumentId, not both:
sku to order a document by SKU code (e.g., DEHRAD, DEHRSI)kausateDocumentId to download a specific document from /documents/list response150Product SKU code (e.g., DEHRAD, DEHRSI). Required if kausateDocumentId not provided.
Document ID from /documents/list response (e.g., doc_deur_abc123). Required if sku not provided.
Output format. 'pdf' converts TIFF files to PDF (default). 'raw' keeps original format.
pdf, raw