Documentation Index
Fetch the complete documentation index at: https://docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
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/servicesonly accepts supported incorporation service types. Unsupported types return400 Bad Request.POST /public/servicesreturns apaymentIntentId, which is the current public anchor for the flow.- Filtering payment intents by
companyIdenforces affiliate ownership — requests for companies outside your affiliate return403 Forbidden. GET /public/documentsis deprecated. Callers should use the Commenda OS documents endpoints instead.
Partner Incorporation API
New partner integrations that need an incorporation resource lifecycle can use the Partner Incorporation API. That surface is scoped under/partner/incorporation, creates incorporations directly under a company, and does not create or return payment intents.
Commenda OS Partner API
A separate Commenda OS Partner API is available under the/partner/commenda-os base URL.
- See Commenda OS Partner API for business-entity, persons, documents, and registrations endpoints.
- Use List documents and List supported document types instead of the deprecated
GET /public/documentsroute.