## Download document summary as PDF **get** `/document-summaries/{id}/download` Download the document summary content in the specified format ### Path Parameters - `id: string` ### Query Parameters - `format: optional "pdf"` Output format for the download - `"pdf"` ### Example ```http curl https://$WITHLUMINARY_SUBDOMAIN.withluminary.com/api/public/v1/document-summaries/$ID/download ```