← 返回
开发者工具 Key 中文

Remove password from PDF

Remove password protection from a PDF by uploading it (with its current password) to the Solutions API, polling until completion, then returning a download URL for the unlocked PDF.
将已加密的 PDF(含当前密码)上传到 Solutions API,轮询完成后返回解锁 PDF 的下载链接。
crossservicesolutions
开发者工具 clawhub v1.0.0 1 版本 99852.1 Key: 需要
★ 0
Stars
📥 1,350
下载
💾 41
安装
1
版本
#latest

概述

remove-password-from-pdf

Purpose

This skill removes password protection from a PDF by:

1) accepting a password-protected PDF from the user,

2) accepting the current password from the user,

3) uploading both to the Solutions API,

4) polling the job status until it is finished,

5) returning the download URL for the unlocked PDF.

Credentials

The API requires an API key used as a Bearer token:

  • Authorization: Bearer

How the user gets an API key:

  • https://login.cross-service-solutions.com/register
  • Or the user can provide an API key directly.

Rule: never echo or log the API key.

API endpoints

Base URL:

  • https://api.xss-cross-service-solutions.com/solutions/solutions

Create remove-password job:

  • POST /api/33
  • multipart/form-data parameters:
  • file (PDF-Datei) — required — PDF file
  • password (Password) — required — string (current password to unlock)

Get result by ID:

  • GET /api/

When done, the response contains:

  • output.files[] with { name, path } where path is a downloadable URL.

Inputs

Required

  • PDF file (binary)
  • Current password (password, string)
  • API key (string)

Optional

  • None

Output

Return a structured result:

  • job_id (number)
  • status (string)
  • download_url (string, when done)
  • file_name (string, when available)

Example output:

{
  "job_id": 654,
  "status": "done",
  "download_url": "https://.../unlocked.pdf",
  "file_name": "unlocked.pdf"
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 00:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,528
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,473
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,926