Hanzo
OpenapiCompany

Records a fundraising round on the org's canonical cap table.

Records a fundraising round on the org's canonical cap table.

POST /v1/company/fundraise/round

Addresshttps://api.hanzo.ai/v1/company/fundraise/round
MethodPOST
Operationpost_company_fundraise_round
AuthAuthorization: Bearer $HANZO_API_KEY

Records a fundraising round on the org's canonical cap table. Available only after incorporation (stage company); roundType defaults to PRICED.

Request

6 fields, body application/json (required).

FieldInTypeRequiredDescription
namebodystringName is the round's name on the cap table, e.g.
preMoneyValuationbodynumberPreMoneyValuation is the valuation the round prices off, before the new money.
pricePerSharebodynumberPricePerShare is the per-share price of a priced round.
roundTypebodystringRoundType is PRICED, SAFE or CONVERTIBLE_NOTE.
shareClassIdbodystringShareClassID is the cap table's share class the round issues into.
targetAmountbodynumberTargetAmount is the amount the round is raising, recorded verbatim on the canonical cap table's rounds.create contract.

Response

StatusBodyMeaning
201roundOutcreated

201 body — 1 field.

FieldInTypeAlwaysDescription
roundIdbodystringRoundID is the cap table's id for the recorded round.

Failure carries the platform error shape — see Errors.

Examples

hanzo company fundraise round

Company API · All Hanzo APIs · Interactive reference

How is this guide?

On this page