CDR API API Reference

Use the Content Disarm and Reconstruction API to remove security risks from documents by tearing them down, removing unsafe content and rebuilding them.

API Endpoint
https://api.cloudmersive.com
Terms of Service: https://portal.cloudmersive.com/terms-of-service
Schemes: https
Version: v1

Authentication

Apikey

API Key Authentication

type
apiKey
name
Apikey
in
header

Paths

Complete Content Disarm and Reconstruction on an Input File, and output in same file format

POST /cdr/sanitization/file


Processes the input file via CDR to produce a secured output file. Input content is parsed, disarmed, and then reconstructed into a new output file with the same file format as the input.



InputFile: file
in formData

Input document, or photos of a document, to extract data from

Code Example:
200 OK

OK

Complete Content Disarm and Reconstruction on an Input File with PDF/A Output

POST /cdr/sanitization/file/to/pdf


Processes the input file via CDR to produce a secured PDF/A output file. Input content is parsed, disarmed, and then reconstructed into a new PDF/A output file.



InputFile: file
in formData

Input document, or photos of a document, to extract data from

Code Example:
200 OK

OK