async pdf protect by doc id
POST {{aig-domain}}/api/v3/document-tool/{{document-id}}/pdf-protect/async
Request Body
{"password"=>"user", "ownerPassword"=>"owner", "userPermissions"=>["Print", "Modify", "Extract", "AnnotForm", "FillForm", "ExtractAccess", "Assemble", "PrintHigh"], "encryptMetadata"=>true, "cipher"=>"CipherAES", "callback"=>"{{callback}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
iDox-API-Engine-Key | string |