Overview
This API surface is authenticated with an affiliatex-api-key and scoped to the companies your affiliate firm can access.
Base URL:
Authentication
Pass your affiliate API key in thex-api-key header on every request.
Current Flow
- Create a company with
POST /public/company. - Start an incorporation service with
POST /public/services. - Poll payment intent and service status with the payment-intent endpoints.
- Use the Commenda OS documents endpoints for document retrieval.
- Download a concrete file with
GET /public/file/{fileId}.
Contract Notes
- Access is resolved through affiliate-firm ownership, not end-user login.
POST /public/servicesreturns apaymentIntentId, which is the current public anchor for the flow.GET /public/documentsis deprecated. Callers should use the Commenda OS documents endpoints instead.
Commenda OS Read API
A separate Commenda OS API is also available under the same/public base URL.
- See Commenda OS API for business-entity, persons, documents, and registrations endpoints.
- Use List documents and List supported document types instead of the deprecated
GET /public/documentsroute.