Invoke Skill Acquisitions Advise
post
/api/v1/skills/acquisitions.advise/invokeM&A advice β acquisition, merger, asset/share purchase, due diligence framing.
Request bodyapplication/json
| Field | Type | Description |
|---|---|---|
topicrequired | string | β |
deal_type | "acquisition" | "merger" | "asset_purchase" | "share_purchase" | "due_diligence" | βacquisitionmergerasset_purchaseshare_purchasedue_diligence |
jurisdiction | "AU" | "GB" | "CA" | "US" | "NZ" | null | β |
client_context | object | βshow nestedEmpty object. |
file_ids | string (uuid)[] | β |
Responses
200Skill executed successfully
| Field | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
skillrequired | string | β | ||||||||||||||||||||||||
outputrequired | object | βshow nested
| ||||||||||||||||||||||||
correlation_idrequired | string | β |
401Authentication required
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
403Insufficient permissions
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
404Skill not found
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
429Rate limit exceeded
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
5XXInternal server error
| Field | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errorrequired | object | βshow nested
|
curl https://api.dev.arch.ie/api/v1/skills/acquisitions.advise/invoke \
-X POST \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{
"topic": "string",
"deal_type": "acquisition",
"jurisdiction": null,
"client_context": {},
"file_ids": [
"00000000-0000-0000-0000-000000000000"
]
}'