$ man split-pdf
/split-pdf
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
mediakitCATEGORY
uncategorized
STATUS
● live
NAME
split-pdf — splits a pdf by page ranges into multiple pdfs
synonym alias of pdf-split — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/split-pdf
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Splits a PDF by page ranges into multiple PDFs. CloudConvert engine. Use it as a PDF splitter, PDF page extractor, split-PDF-by-range tool, or PDF to multiple files converter.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| pdf_url | string | — | required |
| ranges | array | — | optional |
| split_each_page | boolean | — | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| pdfs | string | Array of URLs pointing to the resulting split PDF files hosted by CloudConvert. |
| output_count | string | Total number of PDF files produced by the split operation. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/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 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 split-pdf tool from your MCP-aware agent.
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
ADJACENT — other endpoints in mediakit
| endpoint | description | price |
|---|---|---|
| pdf-split | PDF splitter / PDF page extractor. | $0.04 |
| logo-detect | Brand logo detection / brand recognition in images. | $0.03 |
| office-to-pdf | Office 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-thumbnail | Video thumbnail / video frame extractor. | $0.03 |
| xml-to-word | XML to Microsoft Word (DOCX) converter via CloudConvert. | $0.05 |
| add-watermark | Add watermark to PDF, image, or video. | $0.02 |
| audio-loudnorm | Audio loudness normalizer (EBU R128 LUFS). | $0.02 |
| csv-to-jsonl | Converts CSV or TSV data into JSON, JSONL/NDJSON, or column-oriented arrays. | $0.02 |
SEE ALSO