{"name":"split-pdf","description":"Split a PDF into multiple files by page range or one PDF per page. Send a pdf_url and either ranges (e.g. ['1-3','5','7-end']) to cut custom chunks, or split_each_page:true to break every page out on its own. Backed by the CloudConvert split task, it returns a pdfs array of hosted file URLs tagged with the range they cover, plus an output_count. Use it as a PDF splitter, PDF page extractor, split-PDF-by-range tool, or PDF-to-multiple-files converter for pulling exhibits, invoices, or chapters out of a longer document.","price":"$0.04","method":"POST","input_schema":{"properties":{"pdf_url":{"type":"string","description":"Source PDF URL."},"ranges":{"type":"array","items":{"type":"string"},"description":"Page ranges to extract as separate PDFs, e.g. [\"1-3\",\"5\",\"7-end\"]. Max 50 entries. Provide this or split_each_page."},"split_each_page":{"type":"boolean","description":"If true, splits the PDF into one file per page. Optional; ignored if ranges is set."}},"required":["pdf_url"]},"input_example":{"pdf_url":"https://raw.githubusercontent.com/mozilla/pdf.js-sample-files/master/tracemonkey.pdf","ranges":["1-3","5"]},"output_example":{"pdfs":[{"url":"https://...pdf","range":"1-3"}],"output_count":2},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}