Adobe · Arazzo Workflow
Adobe Auto-tag a PDF For Accessibility
Version 1.0.0
Upload a PDF, auto-tag it for accessibility, poll the job, and fetch the tagged result.
View Spec
View on GitHub
Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
auto-tag-pdf
Add accessibility tags to an uploaded PDF with AI.
Requests an upload slot for the source PDF, submits an autoTagPDF job that tags the document for accessibility, polls job status until tagging finishes, and retrieves the download URI for the tagged PDF.
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
submitAutoTag
Submit an asynchronous autoTagPDF job that adds accessibility tags to the uploaded PDF. Returns 201 with an in-progress job status.
3
pollStatus
Poll the autoTagPDF 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.