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

/split-pdf(1)

agentutility / mediakit / split-pdf
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
mediakit
CATEGORY
uncategorized
STATUS
live
NAME
split-pdf pdf splitter / pdf page extractor / split pdf by range / pdf to multiple files
synonym alias of pdf-split — reuses the canonical handler.
SYNOPSIS
POST https://x402.org/v1/split-pdf
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

PDF splitter / PDF page extractor / split PDF by range / PDF to multiple files. Split a PDF by page ranges into multiple PDFs. CloudConvert engine.

INPUTrequest schema
propertytypedescriptionreq?
pdf_urlstringHTTPS URL of the source PDF to split into multiple files.required
rangesarrayArray of page range strings like '1-3' or '5,7-9' defining each output PDF's pages.optional
split_each_pagebooleanIf true, splits the PDF so every page becomes its own separate PDF file.optional
OUTPUTresponse shape
fieldtypedescription
pdfsstringArray of URLs pointing to the resulting split PDF files hosted by CloudConvert.
output_countstringTotal number of PDF files produced by the split operation.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/split-pdf \
  -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 split-pdf tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
pdfmediakitpdf-splittersplit-pdfpage-extractionpdf-pagescloudconvert
methods
POST
cluster
mediakit
price
$0.04 USDC per call
ADJACENTother endpoints in mediakit
endpointdescriptionprice
pdf-splitPDF splitter / PDF page extractor.$0.04
logo-detectBrand logo detection / brand recognition in images.$0.03
office-to-pdfOffice to PDF converter — DOCX/DOC, XLSX/XLS, PPTX/PPT, ODT/ODS/ODP, RTF, TXT, CSV, EPUB, MD, HTML, Apple Pages/Numbers/Keynote → PDF.$0.05
video-thumbnailVideo thumbnail / video frame extractor.$0.03
xml-to-wordXML → Microsoft Word (DOCX) converter via CloudConvert.$0.05
audio-loudnormAudio loudness normalizer (EBU R128 LUFS).$0.02
csv-to-jsonlCSV to JSON / CSV to JSONL converter / data pipeline preprocessor.$0.02
image-translateImage translator: vision-OCR + Venice translate.$0.02
SEE ALSO
agentutility(7) · mediakit(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org