Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
Adobe website screenshot

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.

agent ready

Reference-quality API operations across every facet — a rich contract, published governance, transparent operations, and machine-readable commercial terms.

Kin Score

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.

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 71.7/100 · exemplar
Contract Quality 19.7 / 25
Developer Ergonomics 12.6 / 20
Commercial Clarity 14.7 / 20
Operational Transparency 5.5 / 13
Governance 10.4 / 12
Discoverability 8.8 / 10
Agent readiness — 60/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3

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.

Open 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 COLLECTION

Arazzo 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.

ARAZZO

Adobe Combine Two PDFs Into One

Upload two PDFs, combine them into a single document, poll the job, and fetch the merged result.

ARAZZO

Adobe Compress a PDF

Upload a PDF, compress it to reduce file size, poll the job, and fetch the smaller result.

ARAZZO

Adobe Create PDF From Source File

Upload a source document, convert it to PDF, poll the async job, and fetch the download URI.

ARAZZO

Adobe Delete Pages From a PDF

Upload a PDF, delete a page range, poll the job, and fetch the trimmed result.

ARAZZO

Adobe Download Then Clean Up an Asset

Resolve a download URI for a finished output asset, then delete it from the platform.

ARAZZO

Adobe Export PDF To Another Format

Upload a PDF, export it to DOCX/PPTX/XLSX/RTF/image, poll the job, and fetch the result.

ARAZZO

Adobe Extract Content From a PDF

Upload a PDF, extract text and tables into structured JSON, poll the job, and fetch the result.

ARAZZO

Adobe Generate a Document From a Template

Upload a Word template, merge JSON data into it, poll the job, and fetch the generated document.

ARAZZO

Adobe Inspect PDF Properties

Upload a PDF, request its metadata properties, and poll the job until done or failed.

ARAZZO

Adobe OCR a Scanned PDF

Upload a scanned PDF, run OCR to make it searchable, poll the job, and fetch the result.

ARAZZO

Adobe Protect a PDF With a Password

Upload a PDF, apply password protection and encryption, poll the job, and fetch the result.

ARAZZO

Adobe Remove Protection From a PDF

Upload a protected PDF, unlock it with its password, poll the job, and fetch the result.

ARAZZO

Adobe Rotate Pages In a PDF

Upload a PDF, rotate a page range, poll the job, and fetch the rotated result.

ARAZZO

Adobe Split a PDF

Upload a PDF, split it by page count into multiple files, poll the job, and fetch the result.

ARAZZO

Scroll 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 SERVER

GraphQL 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.

Pricing 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

4 plans

PLANS

Rate 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

2 limits

RATE LIMITS

FinOps 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

FINOPS

Features 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.

PDF creation, conversion, and manipulation via REST API
AI-powered PDF content extraction into structured JSON
Generative AI image creation and editing with Firefly
E-signature workflows with Acrobat Sign
Digital analytics and marketing insights
Customer data platform with Experience Platform
Content management with Experience Manager
Marketing automation with Marketo Engage
E-commerce platform with Adobe Commerce
Work management and project tracking with Workfront
Event-driven integrations with I/O Events
Stock asset search and licensing

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

45 classes · 51 properties

JSON-LD

Adobe Pdf Services Context

0 classes · 0 properties

JSON-LD

Spectral 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

6 rules · 4 warnings

SPECTRAL

Adobe API Rules

18 rules · 8 errors · 9 warnings

SPECTRAL

JSON 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

2 properties

JSON SCHEMA

AssetReference

1 properties

JSON SCHEMA

AssetUploadRequest

1 properties

JSON SCHEMA

AssetUploadResponse

2 properties

JSON SCHEMA

AutoTagRequest

3 properties

JSON SCHEMA

CombinePDFRequest

1 properties

JSON SCHEMA

CompressPDFRequest

2 properties

JSON SCHEMA

CreatePDFRequest

6 properties

JSON SCHEMA

DeletePagesRequest

2 properties

JSON SCHEMA

DocumentGenerationRequest

4 properties

JSON SCHEMA

ErrorResponse

1 properties

JSON SCHEMA

ExportPDFRequest

3 properties

JSON SCHEMA

ExtractPDFRequest

6 properties

JSON SCHEMA

InsertPagesRequest

2 properties

JSON SCHEMA

JobStatusResponse

3 properties

JSON SCHEMA

LinearizePDFRequest

1 properties

JSON SCHEMA

OCRRequest

3 properties

JSON SCHEMA

PageRange

2 properties

JSON SCHEMA

Adobe PDF Services Job

3 properties

JSON SCHEMA

AssetDownloadResponse

2 properties

JSON SCHEMA

AssetReference

1 properties

JSON SCHEMA

AssetUploadRequest

1 properties

JSON SCHEMA

AssetUploadResponse

2 properties

JSON SCHEMA

AutoTagRequest

3 properties

JSON SCHEMA

CombinePDFRequest

1 properties

JSON SCHEMA

CompressPDFRequest

2 properties

JSON SCHEMA

CreatePDFRequest

6 properties

JSON SCHEMA

DeletePagesRequest

2 properties

JSON SCHEMA

DocumentGenerationRequest

4 properties

JSON SCHEMA

ErrorResponse

1 properties

JSON SCHEMA

ExportPDFRequest

3 properties

JSON SCHEMA

ExtractPDFRequest

6 properties

JSON SCHEMA

InsertPagesRequest

2 properties

JSON SCHEMA

JobStatusResponse

3 properties

JSON SCHEMA

LinearizePDFRequest

1 properties

JSON SCHEMA

OCRRequest

3 properties

JSON SCHEMA

PageRange

2 properties

JSON SCHEMA

PDFPropertiesRequest

2 properties

JSON SCHEMA

ProtectPDFRequest

4 properties

JSON SCHEMA

RemoveProtectionRequest

2 properties

JSON SCHEMA

ReorderPagesRequest

2 properties

JSON SCHEMA

ReplacePagesRequest

2 properties

JSON SCHEMA

RotatePagesRequest

2 properties

JSON SCHEMA

SplitPDFRequest

2 properties

JSON SCHEMA

PDFPropertiesRequest

2 properties

JSON SCHEMA

ProtectPDFRequest

4 properties

JSON SCHEMA

RemoveProtectionRequest

2 properties

JSON SCHEMA

ReorderPagesRequest

2 properties

JSON SCHEMA

ReplacePagesRequest

2 properties

JSON SCHEMA

RotatePagesRequest

2 properties

JSON SCHEMA

SplitPDFRequest

2 properties

JSON SCHEMA

Scroll 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 Ocr Request Structure

3 properties

JSON STRUCTURE

Adobe Pdf Services Page Range Structure

2 properties

JSON STRUCTURE

Adobe Structure

0 properties

JSON STRUCTURE

Scroll 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

6 fields

EXAMPLE

Adobe Combinepdf Example

6 fields

EXAMPLE

Adobe Compresspdf Example

6 fields

EXAMPLE

Adobe Createpdf Example

6 fields

EXAMPLE

Adobe Deletepages Example

6 fields

EXAMPLE

Adobe Exportpdf Example

6 fields

EXAMPLE

Adobe Extractpdf Example

6 fields

EXAMPLE

Adobe Getasset Example

6 fields

EXAMPLE

Adobe Insertpages Example

6 fields

EXAMPLE

Adobe Ocrpdf Example

6 fields

EXAMPLE

Adobe Protectpdf Example

6 fields

EXAMPLE

Adobe Rotatepages Example

6 fields

EXAMPLE

Adobe Splitpdf Example

6 fields

EXAMPLE

Adobe Uploadasset Example

6 fields

EXAMPLE

Scroll 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.

Adobe Authentication

http · 1 scheme

SECURITY

Adobe Domain Security

TLSv1.2 · HSTS · DMARC

SECURITY

Adobe Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

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.

Adobe Agentic Access

22 operations · 20 acting

22 operations · 20 acting

AGENTIC

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.

Automating document workflows with PDF Services API
Extracting data from invoices and forms with PDF Extract
Generating creative assets at scale with Firefly API
Embedding e-signature capabilities into business applications
Building personalized customer experiences with Experience Platform
Automating marketing campaigns and lead management
Managing digital content and assets across channels
Building and managing e-commerce storefronts

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.

Microsoft 365 and Teams integration
Salesforce CRM integration
Adobe Creative Cloud libraries
Workfront and Jira project management
SAP and Oracle ERP systems
Shopify and Magento marketplaces
Google Analytics and Tag Manager
Slack and Microsoft Teams notifications

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.

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 3

SDKs, sample code, and the tooling you integrate with

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