Adobe
Adobe provides APIs and developer resources for its creative, document, and experience cloud platforms. Developers can integrate with PDF services, Creative Cloud, generative AI (Firefly), analytics, e-commerce, e-signatures, and many other Adobe products and services.
Reference-quality API operations across every facet — a rich contract, published governance, transparent operations, and machine-readable commercial terms.
API Evangelist profiles Adobe the way a machine reads it — 213 machine-readable artifacts across 32 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.
Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Adobe scores 71.7/100 (exemplar), with a separate agent-readiness read of 60/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.
Kin Score
This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.
How we profile Adobe
Each block below is one kind of artifact we hold for Adobe. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.
APIs 32
Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.
Individual APIs this provider publishes, each with its own machine-readable definition.
Adobe PDF Extract API
Extract text, images, tables, and more from native and scanned PDFs into structured JSON using AI technology.
Adobe Acrobat Sign API
Embed e-signature workflows and manage signing agreements programmatically.
Adobe Analytics API
Access and analyze digital marketing data and metrics.
Adobe Firefly API
Generate and edit images using generative AI models through a RESTful API.
Adobe Experience Platform API
Build and manage customer experience applications on Adobe Experience Platform.
Adobe Stock API
Search, license, and manage Adobe Stock assets including photos, vectors, videos, and templates.
Adobe Commerce API
Build and integrate e-commerce applications with REST, GraphQL, and SOAP web APIs.
Adobe Marketo Engage API
Automate marketing processes and manage leads, campaigns, and assets via REST APIs.
Adobe Workfront API
Manage work, projects, tasks, and resources programmatically with a REST API.
Adobe User Management API
Programmatically manage users, groups, and product entitlements for Adobe enterprise organizations.
Adobe I/O Events API
Subscribe to and receive near real-time events from Adobe services for event-driven integrations.
Adobe Experience Manager API
Create, read, update, and delete content, assets, and forms in Adobe Experience Manager as a Cloud Service.
Adobe Accessibility Auto-Tag API
Automatically add accessibility tags to PDF documents using AI.
Adobe Assets API
Upload and manage assets (source files) for PDF operations.
Adobe Combine PDF API
Combine multiple PDF documents into a single PDF.
Adobe Compress PDF API
Reduce the file size of PDF documents while maintaining quality.
Adobe Create PDF API
Create PDF documents from supported file formats including Microsoft Office, images, and HTML.
Adobe Delete Pages API
Delete specific pages from a PDF document.
Adobe Document Generation API
Generate PDF and Word documents from templates with dynamic JSON data.
Adobe Export PDF API
Export (convert) PDF documents to other formats such as DOCX, PPTX, XLSX, images, and RTF.
Adobe Extract PDF API
Extract text, tables, and figures from PDF documents into structured JSON output.
Adobe Insert Pages API
Insert pages from one PDF into another.
Adobe Jobs API
Poll for the status and results of asynchronous PDF operations.
Adobe Linearize PDF API
Optimize PDFs for fast web viewing (linearization).
Adobe OCR API
Apply optical character recognition to scanned PDFs to make text searchable and selectable.
Adobe PDF Properties API
Retrieve metadata and properties from PDF documents.
Adobe Protect PDF API
Add password protection and encryption to PDF documents.
Adobe Remove Protection API
Remove password protection from PDF documents.
Adobe Reorder Pages API
Reorder pages within a PDF document.
Adobe Replace Pages API
Replace pages in a PDF with pages from another PDF.
Adobe Rotate Pages API
Rotate pages within a PDF document.
Adobe Split PDF API
Split a PDF document into multiple smaller PDFs.
Scroll within the panel for all 32 ·
Postman Collections 1
A runnable collection turns the contract into something a developer can execute in seconds. We profile them because the fastest way to trust an API is to make a real call against it.
Ready-to-run Postman collections for exercising this provider's APIs.
Adobe PDF Services API
POSTMANOpen Collections 1
Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Adobe PDF Services API
OPEN COLLECTIONArazzo Workflows 15
Real integrations are rarely a single call. Arazzo describes the multi-step sequences — auth, then create, then confirm — so both a human and an agent can follow the choreography, not just the endpoints.
Multi-step API workflows described with the Arazzo specification.
Adobe Auto-tag a PDF For Accessibility
Upload a PDF, auto-tag it for accessibility, poll the job, and fetch the tagged result.
ARAZZOAdobe Combine Two PDFs Into One
Upload two PDFs, combine them into a single document, poll the job, and fetch the merged result.
ARAZZOAdobe Compress a PDF
Upload a PDF, compress it to reduce file size, poll the job, and fetch the smaller result.
ARAZZOAdobe Create PDF From Source File
Upload a source document, convert it to PDF, poll the async job, and fetch the download URI.
ARAZZOAdobe Delete Pages From a PDF
Upload a PDF, delete a page range, poll the job, and fetch the trimmed result.
ARAZZOAdobe Download Then Clean Up an Asset
Resolve a download URI for a finished output asset, then delete it from the platform.
ARAZZOAdobe Export PDF To Another Format
Upload a PDF, export it to DOCX/PPTX/XLSX/RTF/image, poll the job, and fetch the result.
ARAZZOAdobe Extract Content From a PDF
Upload a PDF, extract text and tables into structured JSON, poll the job, and fetch the result.
ARAZZOAdobe Generate a Document From a Template
Upload a Word template, merge JSON data into it, poll the job, and fetch the generated document.
ARAZZOAdobe Inspect PDF Properties
Upload a PDF, request its metadata properties, and poll the job until done or failed.
ARAZZOAdobe OCR a Scanned PDF
Upload a scanned PDF, run OCR to make it searchable, poll the job, and fetch the result.
ARAZZOAdobe Protect a PDF With a Password
Upload a PDF, apply password protection and encryption, poll the job, and fetch the result.
ARAZZOAdobe Remove Protection From a PDF
Upload a protected PDF, unlock it with its password, poll the job, and fetch the result.
ARAZZOAdobe Rotate Pages In a PDF
Upload a PDF, rotate a page range, poll the job, and fetch the rotated result.
ARAZZOAdobe Split a PDF
Upload a PDF, split it by page count into multiple files, poll the job, and fetch the result.
ARAZZOScroll within the panel for all 15 ·
MCP Servers 1
Model Context Protocol servers expose these APIs directly to AI agents. We profile them because agent-native access is the fastest-growing way this provider's capabilities actually get used.
Model Context Protocol servers that expose these APIs to AI agents.
MCP Server
MCP SERVERGraphQL 1
Where a provider ships GraphQL, the schema is the contract. We profile it alongside the REST surface so the whole interface is legible in one place.
GraphQL schemas published by this provider.
Adobe GraphQL API
GRAPHQLPricing Plans 1
Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.
Published pricing tiers and plan structures.
Adobe Plans Pricing
PLANSRate Limits 1
Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.
Documented rate limits and quota policies.
Adobe Rate Limits
RATE LIMITSFinOps 1
Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.
Cost, billing, and metering signals for API financial operations.
Adobe Finops
FINOPSFeatures 12
The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.
Notable capabilities this provider offers.
Scroll within the panel for all 12 ·
Semantic Vocabularies 2
JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.
JSON-LD contexts and semantic vocabularies used across these APIs.
Adobe Context
JSON-LDAdobe Pdf Services Context
JSON-LDSpectral Rules 2
Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.
Adobe API Rules
SPECTRALAdobe API Rules
SPECTRALJSON Schema 51
Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.
Standalone JSON Schema definitions for this provider's data models.
AssetDownloadResponse
JSON SCHEMAAssetReference
JSON SCHEMAAssetUploadRequest
JSON SCHEMAAssetUploadResponse
JSON SCHEMAAutoTagRequest
JSON SCHEMACombinePDFRequest
JSON SCHEMACompressPDFRequest
JSON SCHEMACreatePDFRequest
JSON SCHEMADeletePagesRequest
JSON SCHEMADocumentGenerationRequest
JSON SCHEMAErrorResponse
JSON SCHEMAExportPDFRequest
JSON SCHEMAExtractPDFRequest
JSON SCHEMAInsertPagesRequest
JSON SCHEMAJobStatusResponse
JSON SCHEMALinearizePDFRequest
JSON SCHEMAOCRRequest
JSON SCHEMAPageRange
JSON SCHEMAAdobe PDF Services Job
JSON SCHEMAAssetDownloadResponse
JSON SCHEMAAssetReference
JSON SCHEMAAssetUploadRequest
JSON SCHEMAAssetUploadResponse
JSON SCHEMAAutoTagRequest
JSON SCHEMACombinePDFRequest
JSON SCHEMACompressPDFRequest
JSON SCHEMACreatePDFRequest
JSON SCHEMADeletePagesRequest
JSON SCHEMADocumentGenerationRequest
JSON SCHEMAErrorResponse
JSON SCHEMAExportPDFRequest
JSON SCHEMAExtractPDFRequest
JSON SCHEMAInsertPagesRequest
JSON SCHEMAJobStatusResponse
JSON SCHEMALinearizePDFRequest
JSON SCHEMAOCRRequest
JSON SCHEMAPageRange
JSON SCHEMAPDFPropertiesRequest
JSON SCHEMAProtectPDFRequest
JSON SCHEMARemoveProtectionRequest
JSON SCHEMAReorderPagesRequest
JSON SCHEMAReplacePagesRequest
JSON SCHEMARotatePagesRequest
JSON SCHEMASplitPDFRequest
JSON SCHEMAPDFPropertiesRequest
JSON SCHEMAProtectPDFRequest
JSON SCHEMARemoveProtectionRequest
JSON SCHEMAReorderPagesRequest
JSON SCHEMAReplacePagesRequest
JSON SCHEMARotatePagesRequest
JSON SCHEMASplitPDFRequest
JSON SCHEMAScroll within the panel for all 51 ·
JSON Structure 26
JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.
JSON Structure definitions describing this provider's data shapes.
Adobe Pdf Services Asset Download Response Structure
JSON STRUCTUREAdobe Pdf Services Asset Reference Structure
JSON STRUCTUREAdobe Pdf Services Asset Upload Request Structure
JSON STRUCTUREAdobe Pdf Services Asset Upload Response Structure
JSON STRUCTUREAdobe Pdf Services Auto Tag Request Structure
JSON STRUCTUREAdobe Pdf Services Combine Pdf Request Structure
JSON STRUCTUREAdobe Pdf Services Compress Pdf Request Structure
JSON STRUCTUREAdobe Pdf Services Create Pdf Request Structure
JSON STRUCTUREAdobe Pdf Services Delete Pages Request Structure
JSON STRUCTUREAdobe Pdf Services Document Generation Request Structure
JSON STRUCTUREAdobe Pdf Services Error Response Structure
JSON STRUCTUREAdobe Pdf Services Export Pdf Request Structure
JSON STRUCTUREAdobe Pdf Services Extract Pdf Request Structure
JSON STRUCTUREAdobe Pdf Services Insert Pages Request Structure
JSON STRUCTUREAdobe Pdf Services Job Status Response Structure
JSON STRUCTUREAdobe Pdf Services Linearize Pdf Request Structure
JSON STRUCTUREAdobe Pdf Services Ocr Request Structure
JSON STRUCTUREAdobe Pdf Services Page Range Structure
JSON STRUCTUREAdobe Pdf Services Pdf Properties Request Structure
JSON STRUCTUREAdobe Pdf Services Protect Pdf Request Structure
JSON STRUCTUREAdobe Pdf Services Remove Protection Request Structure
JSON STRUCTUREAdobe Pdf Services Reorder Pages Request Structure
JSON STRUCTUREAdobe Pdf Services Replace Pages Request Structure
JSON STRUCTUREAdobe Pdf Services Rotate Pages Request Structure
JSON STRUCTUREAdobe Pdf Services Split Pdf Request Structure
JSON STRUCTUREAdobe Structure
JSON STRUCTUREScroll within the panel for all 26 ·
Examples 46
Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.
Example request and response payloads for these APIs.
Adobe Autotagpdf Example
EXAMPLEAdobe Combinepdf Example
EXAMPLEAdobe Compresspdf Example
EXAMPLEAdobe Createpdf Example
EXAMPLEAdobe Deletepages Example
EXAMPLEAdobe Exportpdf Example
EXAMPLEAdobe Extractpdf Example
EXAMPLEAdobe Getasset Example
EXAMPLEAdobe Getjobstatus Example
EXAMPLEAdobe Insertpages Example
EXAMPLEAdobe Linearizepdf Example
EXAMPLEAdobe Ocrpdf Example
EXAMPLEAdobe Protectpdf Example
EXAMPLEAdobe Reorderpages Example
EXAMPLEAdobe Replacepages Example
EXAMPLEAdobe Rotatepages Example
EXAMPLEAdobe Splitpdf Example
EXAMPLEAdobe Uploadasset Example
EXAMPLEScroll within the panel for all 46 ·
Security Posture 3
Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Agentic Access 1
An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.
Recommended x-agentic-access execution contracts for AI agents.
Use Cases 8
What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.
What developers build with this provider.
Scroll within the panel for all 8 ·
Integrations 8
Pre-built integrations with other platforms tell you where this provider already fits in a stack.
Pre-built integrations with other platforms and tools.
Scroll within the panel for all 8 ·
Resources
Every other property we hold for Adobe — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.
Get Started 5
Portal, sign-up, and the first successful call
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 2
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 18
Pagination, idempotency, versioning, errors, and events
Scroll within the panel for all 18 ·
Build 3
SDKs, sample code, and the tooling you integrate with
Access & Security 4
Authentication, authorization, and security posture
Operate 2
Status, limits, changes, and where to get help
Commercial 2
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
← All providers · Data indexed from github.com/api-evangelist/adobe · machine-readable index on apis.io