Skip to main content
GET
Download an EDINET document
Downloads one filing by docID, taken from get_edinet_documents. type=1 returns the filing body and audit report as a ZIP archive (measured 11.9 KB, application/octet-stream); type=2 the PDF (measured 15.0 KB, application/pdf).
The success payload is binary; only errors come back as JSON. Check the response content type before parsing. Because a tool result cannot usefully carry a binary payload, this endpoint stays REST-only — over MCP, stop at the docID and fetch the file over REST.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

docID
string
required

Document management identifier from the document list API.

Example:

"S1000000"

Query Parameters

type
enum<integer>
required

File type to download: 1 for filing body and audit report ZIP, 2 for PDF, 3 for alternate document and attachments ZIP, 4 for English document ZIP, 5 for CSV ZIP converted from XBRL.

Available options:
1,
2,
3,
4,
5

Response

Binary ZIP/PDF file content or JSON error payload depending on Content-Type.

The response is of type file.