# Print or save a certificate

Source: https://developer.avalara.com/avatax-dm-combined-erp/document-management/design-considerations/print-or-save-certificate/

# Print or save a certificate

**Element type: Required**

**Endpoints used:** [DownloadCertificateImage](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Certificates/DownloadCertificateImage/)

Your integration must provide an option to print and/or save a certificate on a local system. This should be part of the certificate response to the [DownloadCertificateImage](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Certificates/DownloadCertificateImage/) request. The certificate response should include a hyperlink to a URL where you can view the certificate, and then from there, you can print and/or save the certificate.

```
curl  -X POST  -H 'Accept: application/json'  -H 'Authorization: Basic ${btoa(`:`)}'  -H 'Content-Type: application/json'  'https://sandbox-rest.avatax.com/api/v2/companies/{companyId}/certificates/{id}/attachment'
```

[Previous](/avatax-dm-combined-erp/document-management/design-considerations/view-exemption-certificate)

[Next](/avatax-dm-combined-erp/document-management/design-considerations/request-new-certificate)