Hanzo
OpenapiCompany

Share a pitch deck in the org's data room

Stores the request body as a document in the caller org's data room and answers with the data room id to reference it by.

POST /v1/company/fundraise/deck

Addresshttps://api.hanzo.ai/v1/company/fundraise/deck
MethodPOST
Operationpost_company_fundraise_deck
AuthAuthorization: Bearer $HANZO_API_KEY

Stores the request body as a document in the caller org's data room and answers with the data room id to reference it by. The deck is RAW BYTES of whatever content type is sent — a PDF, a slide export — not a JSON document: the Content-Type header is carried through to the data room as given, and ?name= names the document, defaulting to pitch-deck.

Scoped to the caller's validated org, and only after incorporation: a formation still short of stage company is refused 409 and an org that never began one is 404. The route is registered AHEAD of the surface's JSON body cap deliberately, so a deck's size ceiling is the edge's rather than the cap meant for small structured records. An empty body is 400; a data room that will not take the bytes is 502.

Request

1 field, body application/octet-stream.

FieldInTypeRequiredDescription
(body)bodystring (binary)yes

Response

StatusBodyMeaning
2XXdeckOutSuccess

2XX body — 1 field.

FieldInTypeAlwaysDescription
documentIdbodystring

Failure carries the platform error shape — see Errors.

Examples

hanzo company fundraise deck

Company API · All Hanzo APIs · Interactive reference

How is this guide?

On this page