← 返回
开发者工具 Key 中文

Remove metadata from PDF

Remove metadata from one or multiple PDFs by uploading them to the Solutions API, polling until completion, then returning download URL(s) for the cleaned PDF(s) (or a ZIP if multiple).
将一个或多个 PDF 上传至 Solutions API,轮询等待完成后返回已清除元数据的 PDF 下载链接(多个则返回 ZIP 包)。
crossservicesolutions
开发者工具 clawhub v1.0.0 1 版本 99773.6 Key: 需要
★ 0
Stars
📥 1,322
下载
💾 31
安装
1
版本
#latest

概述

remove-metadata-from-pdf

Purpose

This skill removes metadata from one or multiple PDFs by:

1) accepting one or multiple PDF files from the user,

2) uploading them to the Solutions API,

3) polling the job status until it is finished,

4) returning download URL(s) for the cleaned file(s).

If multiple PDFs are processed, the output may include multiple PDFs and/or a ZIP for download.

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 job:

  • POST /api/40
  • multipart/form-data parameters:
  • files — required — multiple PDF files (multiple_files)

Get result by ID:

  • GET /api/

When done, the response contains:

  • output.files[] with { name, path } where path is a downloadable URL (PDFs and/or ZIP).

Inputs

Required

  • One or more PDF files (binary)
  • API key (string)

Optional

  • None

Output

Return a structured result:

  • job_id (number)
  • status (string)
  • outputs (array) containing { name, path } for each output file
  • Convenience fields:
  • download_url (string) if exactly one output exists
  • download_urls (array of strings) for all outputs
  • input_files (array of strings)

Example output:

{
  "job_id": 990,
  "status": "done",
  "outputs": [
    { "name": "cleaned.pdf", "path": "https://.../cleaned.pdf" }
  ],
  "download_url": "https://.../cleaned.pdf",
  "download_urls": ["https://.../cleaned.pdf"],
  "input_files": ["input.pdf"]
}

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

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

CodeConductor.ai

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

Gog

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