Adobe · Capability

Adobe PDF Services API — Remove Protection

Adobe PDF Services API — Remove Protection. 1 operations. Lead operation: Adobe Remove Protection From a Pdf. Self-contained Naftiko capability covering one Adobe business surface.

Run with Naftiko AdobeRemove Protection

What You Can Do

POST
Removeprotection — Adobe Remove Protection From a Pdf
/v1/operation/removeprotection

MCP Tools

adobe-remove-protection-pdf

Adobe Remove Protection From a Pdf

Capability Spec

pdf-services-remove-protection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe PDF Services API — Remove Protection
  description: 'Adobe PDF Services API — Remove Protection. 1 operations. Lead operation: Adobe Remove Protection From a Pdf.
    Self-contained Naftiko capability covering one Adobe business surface.'
  tags:
  - Adobe
  - Remove Protection
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_API_KEY: ADOBE_API_KEY
capability:
  consumes:
  - type: http
    namespace: pdf-services-remove-protection
    baseUri: https://pdf-services-ue1.adobe.io
    description: Adobe PDF Services API — Remove Protection business capability. Self-contained, no shared references.
    resources:
    - name: operation-removeprotection
      path: /operation/removeprotection
      operations:
      - name: removeprotection
        method: POST
        description: Adobe Remove Protection From a Pdf
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_API_KEY}}'
  exposes:
  - type: rest
    namespace: pdf-services-remove-protection-rest
    port: 8080
    description: REST adapter for Adobe PDF Services API — Remove Protection. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/operation/removeprotection
      name: operation-removeprotection
      description: REST surface for operation-removeprotection.
      operations:
      - method: POST
        name: removeprotection
        description: Adobe Remove Protection From a Pdf
        call: pdf-services-remove-protection.removeprotection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pdf-services-remove-protection-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe PDF Services API — Remove Protection. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: adobe-remove-protection-pdf
      description: Adobe Remove Protection From a Pdf
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pdf-services-remove-protection.removeprotection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.