Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man pdf-merge

/pdf-merge(1)

agentutility / mediakit / pdf-merge
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
mediakit
CATEGORY
media
STATUS
live
NAME
pdf-merge pdf merger / pdf combiner / pdf concatenator
SYNOPSIS
POST https://x402.org/v1/pdf-merge
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

PDF merger / PDF combiner / PDF concatenator. 2-50 PDFs from URLs → single PDF. Preserves bookmarks. CloudConvert engine.

INPUTrequest schema
propertytypedescriptionreq?
pdf_urlsarrayArray of 2-50 PDF URLs in merge order.required
filenamestringOutput filename (must end in .pdf). Default 'merged.pdf'.optional
OUTPUTresponse shape
fieldtypedescription
pdf_urlstringPublic URL of the merged PDF output, hosted temporarily for download.
file_size_bytesnumberSize of the merged PDF in bytes.
merged_countnumberNumber of source PDFs combined into the output file.
filenamestringFilename of the merged PDF (e.g. merged.pdf).
source_urlsarrayArray of input PDF URLs that were merged, in the order they were concatenated.
job_idstringCloudConvert job identifier for the merge task.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/pdf-merge \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the pdf-merge tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
pdfmergecombineconcat
env
CLOUD_CONVERT_API_KEY
methods
POST
cluster
mediakit
price
$0.01 USDC per call
ADJACENTother endpoints in mediakit
endpointdescriptionprice
audio-transcribeAudio transcribe / speech-to-text / Whisper-large / multi-language ASR / OpenAI Whisper API compat.$0.01
csv-to-icsCSV calendar to ICS / iCal file generator.$0.01
image-convertUniversal image format converter (PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, PSD, SVG).$0.01
image-format-convertImage converter.$0.01
merge-pdfPDF merger / combine PDFs / concatenate PDF files / join multiple PDFs into one.$0.01
receipt-ocrReceipt OCR.$0.01
receipt-parserReceipt → structured JSON (vendor, address, date, line items with qty/unit_price/total, subtotal, tax, tip, total, payment method).$0.01
youtube-transcriptYouTube transcript / closed-caption fetcher / video subtitles puller / auto-generated CC reader.$0.01
SEE ALSO
agentutility(7) · mediakit(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org