Hanzo AI
OpenapiCaptable

Create convertibles

Records a convertible note.

POST /v1/captable/convertibles

Addresshttps://api.hanzo.ai/v1/captable/convertibles
MethodPOST
Operationpost_captable_convertibles
AuthAuthorization: Bearer $HANZO_API_KEY

Records a convertible note.

Request

11 fields, body application/json (required).

FieldInTypeRequiredDescription
additionalTermsbodyanyAdditionalTerms is free text for anything the fields above do not carry.
boardApprovalDatebodyanyBoardApprovalDate is when the board approved it, YYYY-MM-DD.
capitalbodyanyCapital is the principal lent, in the company's currency.
conversionCapbodyanyConversionCap is the valuation the note converts at, at most.
discountRatebodyanyDiscountRate is the discount to the next round's price, as a percentage.
interestRatebodyanyInterestRate is the annual interest the principal accrues, as a percentage.
issueDatebodyanyIssueDate is when the note was issued, YYYY-MM-DD.
publicIdbodyanyPublicID is the note's identifier.
stakeholderIdbodyanyStakeholderID is the lender.
statusbodyanyStatus is DRAFT, ACTIVE, PENDING, EXPIRED or CANCELLED.
typebodyanyType is CCD, OCD or NOTE.

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 convertibles create

Captable API · All Hanzo APIs · Interactive reference

How is this guide?

On this page