Get document content via Webhooks

Returns the raw bytes for a document

URL

GET /download

Query Parameters

Name  Description

id

 The document ID.

Response

The raw bytes of the document.

Example:https://www.acme.com/api/download?id=123456

On this page