Hanzo AI

List pdf — GET /v1/tax/forms/{id}/pdf

Answers one 1099 the caller org prepared as payer as a one-page PDF — application/pdf under a Content-Disposition naming the form — rendered from the form's own content: the payer's copy by default, or Copy B (For Recipient) with ?copy=B for a statement owed on paper.

GET /v1/tax/forms/{id}/pdf

Addresshttps://api.hanzo.ai/v1/tax/forms/{id}/pdf
MethodGET
Operationget_tax_forms_by_id_pdf
AuthAuthorization: Bearer $HANZO_API_KEY

Answers one 1099 the caller org prepared as payer as a one-page PDF — application/pdf under a Content-Disposition naming the form — rendered from the form's own content: the payer's copy by default, or Copy B (For Recipient) with ?copy=B for a statement owed on paper. The recipient's TIN is truncated; the payer's prints in full, as the law requires on every form.

The render is a pure function of the form, so the same form renders the same bytes every time. Org admins only; another org's form is not found. It files nothing and mails nothing.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Tax API · All Hanzo APIs · Interactive reference

How is this guide?

On this page