Start the company formation process with provided details.
Parameter | Type | Description |
---|---|---|
X-API-KEY | string | Formation API Key (required) |
Content-Type | string | multipart/form-data |
multipart/form-data
with the following fields:
Field | Type | Description |
---|---|---|
company_data | string | JSON string containing company formation details |
Field | Type | Description |
---|---|---|
shareholder_passport_0 | file | Passport file for individual shareholder at index 0 (PDF, JPG, JPEG, PNG) |
shareholder_passport_1 | file | Passport file for individual shareholder at index 1 (PDF, JPG, JPEG, PNG) |
shareholder_passport_N | file | Additional passport files as needed |
company_data
field must contain a JSON string with the following structure:
Parameter | Type | Description |
---|---|---|
success | boolean | Indicates if the operation was successful |
message | string | Additional information about the operation |
data | object | Response data for successful requests |
data.formation_id | string | Unique formation process ID |
data.company_id | string | Unique identifier for the created company |
data.status | string | Current status of the company formation |
data.external_id | string | Your provided external ID (if any) |
Formation API key for authentication.
Formation created successfully
The response is of type object
.