Adobe Creative Suite · Arazzo Workflow
Adobe PDF Services Combine PDFs
Version 1.0.0
Upload two PDFs, combine them into one, poll the job, and get the merged output download URI.
Provider
Workflows
combine-pdfs
Upload two PDFs, merge them in order, and resolve the merged download URI.
Registers two source PDF assets, submits a combine operation merging them in order, polls the job to a terminal state, and returns the download URI of the merged PDF on success.
1
2
3
submitCombine
Submit a combine operation merging the two uploaded PDFs in order. The API returns a job id for polling.
4
pollOperation
Poll the combine operation status, repeating while it is in progress and branching once it is done or failed.
5
getOutput
Retrieve the merged PDF asset metadata and a fresh temporary download URI for the output file.
6
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.