Adobe · Arazzo Workflow
Adobe Remove Protection From a PDF
Version 1.0.0
Upload a protected PDF, unlock it with its password, poll the job, and fetch the result.
View Spec
View on GitHub
Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
remove-protection
Unlock a password-protected PDF using its current password.
Requests an upload slot for the protected PDF, submits a removeProtection job with the unlock password, polls job status until unlocking finishes, and retrieves the download URI for the unprotected PDF.
1
requestUpload
Request a pre-signed upload URI and asset ID for the protected PDF, which is then PUT to the returned uploadUri out of band.
2
submitRemove
Submit an asynchronous removeProtection job that unlocks the uploaded PDF. Returns 201 with an in-progress job status.
3
pollStatus
Poll the removeProtection job until it is no longer in progress, looping back while the status remains "in progress".
4
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.