← 返回
效率工具 Key 中文

Merge PDF

Merge multiple user-provided PDF files by uploading them to Cross-Service-Solutions, polling until completion, then returning a download URL for the merged PDF.
将用户提供的多个PDF文件上传至Cross‑Service‑Solutions,轮询直至完成,然后返回合并后PDF的下载链接。
crossservicesolutions
效率工具 clawhub v1.0.0 1 版本 99881.3 Key: 需要
★ 0
Stars
📥 1,683
下载
💾 40
安装
1
版本
#latest

概述

merge-pdf-files

Purpose

This skill merges multiple PDFs by:

1) accepting multiple PDF files from the user,

2) uploading them to the Cross-Service-Solutions merge API,

3) polling the job status until it is finished,

4) returning the merged PDF download URL.

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

  • POST /api/30
  • multipart/form-data parameters:
  • files (PDF Dokument) — 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.

Inputs

Required

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

Optional

  • None (ordering is determined by the provided file list order)

Output

Return a structured result:

  • job_id (number)
  • status (string)
  • download_url (string, when done)
  • file_name (string, when available)
  • input_files (array of strings)

Example output:

{
  "job_id": 456,
  "status": "done",
  "download_url": "https://.../merged.pdf",
  "file_name": "merged.pdf",
  "input_files": ["a.pdf", "b.pdf", "c.pdf"]
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 22:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,951
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,085
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,439