Utility1 credit / call
POST /api/v1/tools/pdf/splitPDF Split
Extract pages from a PDF — three split modes
Split a PDF into chunks using one of three modes: extract specific pages by number, extract a page range, or split every N pages. Returns JSON with base64-encoded PDF chunks — up to 100 chunks per call.
How it works
Accepts a multipart PDF upload plus split parameters. Returns a JSON array of base64-encoded PDFs, one per chunk, with page numbers and byte sizes.
What you could build
PagePicker
Extract individual pages from large PDFs for sharing
$500–$2K MRR
est. MRR
ChapterSplit
Split ebooks into chapters for reading apps
$1K–$3K MRR
est. MRR
FormExtractor
Isolate form pages from multi-section documents
$2K–$4K MRR
est. MRR
Parameters
filerequiredSource PDF file· e.g.
document.pdfpagesoptionalComma-separated page numbers to extract· e.g.
1,3,5startoptionalStart page for range mode· e.g.
1endoptionalEnd page for range mode· e.g.
5everyoptionalSplit every N pages· e.g.
2Example request
Example response
Ready to use PDF Split?
Free plan — 100 calls/month, no credit card.