Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man pdf-split

/pdf-split

agentutility / mediakit / pdf-split
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
mediakit
CATEGORY
media
STATUS
live
NAME
pdf-split pdf splitter / pdf page extractor
SYNOPSIS
POST https://x402.agentutility.ai/pdf-split
     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. Two modes: page ranges (['1-3','5','7-end']) or one PDF per source page. CloudConvert engine.

INPUTrequest schema
propertytypedescriptionreq?
pdf_urlstringrequired
rangesarrayoptional
split_each_pagebooleanoptional
OUTPUTresponse shape
fieldtypedescription
pdfsarrayArray of { url, filename, file_size_bytes, range }.
output_countnumberNumber of output PDF files produced by the split operation.
modestring'ranges' or 'split_each_page'.
rangesarrayArray of page-range strings actually applied (e.g. ['1-3','5','7-end']) or per-page entries.
source_urlstringURL of the original input PDF that was split.
job_idstringCloudConvert job ID for the split task, usable for status lookup or debugging.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/pdf-split \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the pdf-split tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
pdfsplitpagesextract
env
CLOUD_CONVERT_API_KEY
methods
POST
cluster
mediakit
price
$0.04 USDC per call
ADJACENTother endpoints in mediakit
endpointdescriptionprice
split-pdfSplits a PDF by page ranges into multiple PDFs.$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 to PDF.$0.05
video-thumbnailVideo thumbnail / video frame extractor.$0.03
xml-to-wordXML to Microsoft Word (DOCX) converter via CloudConvert.$0.05
add-watermarkAdd watermark to PDF, image, or video.$0.02
audio-loudnormAudio loudness normalizer (EBU R128 LUFS).$0.02
csv-to-jsonlConverts CSV or TSV data into JSON, JSONL/NDJSON, or column-oriented arrays.$0.02
SEE ALSO
agentutility · mediakit · x402 · mcp · llms.txt · registry.json · bazaar.x402.org