Appearance
If the request succeeds, Doppio responds with the following payload:
| Property name | Type | Description |
|---|---|---|
doppioRequestId | string | Unique identifier for the request. |
renderStatus | string | Rendering status for your document. Either SUCCESS or ERROR. |
documentUrl | string | URL where you can access the rendered document. |
isAsync | boolean | Whether the request is asynchronous. For this render method, the value is always false. |
isCustomBucket | boolean | Whether the document is stored in your own S3 bucket or temporarily in ours. |