Adobe · Arazzo Workflow
Adobe Split a PDF
Version 1.0.0
Upload a PDF, split it by page count into multiple files, poll the job, and fetch the result.
View Spec
View on GitHub
Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
split-pdf
Split an uploaded PDF into files of a fixed page count.
Requests an upload slot for the source PDF, submits a splitPDF job that divides it into files of the requested page count, polls job status until splitting finishes, and retrieves the download URI for the split output.
1
requestUpload
Request a pre-signed upload URI and asset ID for the source PDF, which is then PUT to the returned uploadUri out of band.
2
submitSplit
Submit an asynchronous splitPDF job that divides the uploaded PDF into files of the requested page count. Returns 201 with an in-progress job status.
3
pollStatus
Poll the splitPDF job until it is no longer in progress, looping back while the status remains "in progress".
4
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.