# Download document

Download the file content of a document. The response is the document's binary content streamed back with a Content-Disposition header carrying the file name. The content type depends on the document; documents created through the builder are returned as PDF.

Endpoint: GET /documents/{id}/download
Version: 0.1.0
Security: APIKey

## Path parameters:

  - `id` (string, required)
    Identifier of the document.
    Example: "6DdwkO"

## Response 401 fields (application/json):

  - `message` (string, required)
    Human-readable description of the error.
    Example: "Unauthorized"


