Invoke Skill Reports Valuation Prepare
post
/api/v1/skills/reports.valuation.prepare/invokePrepare a business valuation report β DCF, multiples, asset-based, or maintainable earnings.
Request bodyapplication/json
| Field | Type | Description |
|---|---|---|
client_idrequired | string (uuid) | β |
valuation_method | "dcf" | "market_multiples" | "asset_based" | "maintainable_earnings" | "scenario" | βdcfmarket_multiplesasset_basedmaintainable_earningsscenario |
valuation_date | string (date) | null | β |
purpose | "shareholder_dispute" | "acquisition" | "succession" | "matrimonial" | "tax_planning" | "fundraising" | βshareholder_disputeacquisitionsuccessionmatrimonialtax_planningfundraising |
discount_rate | number | null | β |
growth_rate | number | null | β |
custom_assumptions | object | βshow nestedEmpty object. |
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/reports.valuation.prepare/invoke \
-X POST \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{
"client_id": "00000000-0000-0000-0000-000000000000",
"valuation_method": "dcf",
"valuation_date": null,
"purpose": "shareholder_dispute",
"discount_rate": null,
"growth_rate": null,
"custom_assumptions": {}
}'