Retrieve document content by file ID
Utilities
Download Document
Given a Terrapin file ID (obtained from the muni_documents endpoint), returns the PDF or text content of the document. When using within an agent or MCP, only request TXT files, never PDFs.
POST
Retrieve document content by file ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Terrapin file ID for the document. Can be obtained from the muni_documents endpoint.
Response
The document content (PDF or TXT)
The response is of type file.
