Hanzo AI
OpenapiCaptable

Create rounds

Opens a priced round that investments can be added to.

POST /v1/captable/rounds

Addresshttps://api.hanzo.ai/v1/captable/rounds
MethodPOST
Operationpost_captable_rounds
AuthAuthorization: Bearer $HANZO_API_KEY

Opens a priced round that investments can be added to.

The round opens OPEN; investing into a closed one is refused.

Request

6 fields, body application/json (required).

FieldInTypeRequiredDescription
namebodyanyName is the round's name, e.g.
preMoneyValuationbodyanyPreMoneyValuation is the company's valuation before the new money.
pricePerSharebodyanyPricePerShare is the price investors pay per share.
roundTypebodyanyRoundType is PRICED, SAFE or CONVERTIBLE.
shareClassIdbodyanyShareClassID is the class investors receive.
targetAmountbodyanyTargetAmount is how much the round aims to raise, in the company's currency.

Response

StatusBodyMeaning
201captableCreatedcreated

201 body — 3 fields.

FieldInTypeAlwaysDescription
idbodystringID is the created row's id.
messagebodystringMessage is the human sentence the cap table wrote, e.g.
successbodybooleanSuccess is true when the row was written.

Failure carries the platform error shape — see Errors.

Examples

hanzo captable rounds create

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page