Download board minutes as PDF

GET https://app.speybooks.com/api/v1/board-minutes/{id}/pdf

Generates and downloads board minutes as a PDF document. The PDF includes the formal resolution text, attendee list, dividend allocations per director, and company details.

Returns the PDF as a binary stream with Content-Disposition attachment header. The filename follows the resolution reference format.

Path parameters

id string required
Board minutes ID (e.g. bm_1). Must use the board_minutes prefix.

Response

200 Returns the board minutes as a PDF binary stream. Content-Type is application/pdf with a Content-Disposition attachment header.

Error codes

400 Invalid board minutes ID format.
404 Board minutes not found or does not belong to this organisation.