Lock PDF API for Developers

    Feature

    Password-protect PDFs for secure sharing and compliant handling.

    Add encryption as a standard step before sending invoices, statements, or contracts. Use dynamic passwords per recipient and preserve a clear audit trail for access control and policy-driven document workflows.

    In production, pair lock operations with deterministic naming, delivery confirmation, and retry-safe processing. That pattern makes it easier to prove document handling policy compliance while maintaining predictable automation behavior across internal systems and external recipients.

    Teams often combine lock actions with role-based routing so only intended recipients can open documents. This approach improves security posture while keeping customer-facing delivery flows efficient and automated.

    Use cases

    Why lock

    • Secure sharing with partners
    • Protect HR / legal documents
    • Encrypt KYC packets before sending
    • Control access via password
    Prefer the full playground? Use Try Now.

    Parameters

    What you send

    url
    required

    PDF URL to lock.

    password
    required

    New password to apply.

    input_password
    optional

    If the PDF is already password protected.

    output
    optional

    url or file

    output_name
    optional

    Filename for downloads.

    Sandbox

    Lock a PDF from URL

    Result

    Preview, response, and cURL command