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 Illustrator Documents API

Manage Illustrator documents, including opening, creating, saving, closing, and exporting documents in various formats.

Adobe Illustrator Documents API is one of 11 APIs that Adobe Illustrator publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Documents. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 29.0.0.

Requests are made against a single base URL, https://localhost.

6 operations 4 paths 3 schemas 1 DELETE2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
29.0.0
Base URL
https://api.example.com
Resource Areas
1

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Documents 6

Manage Illustrator documents, including opening, creating, saving, closing, and exporting documents in various formats.

GET
/documents
Adobe Illustrator List Open Documents
listDocuments → 200
POST
/documents
Adobe Illustrator Create a New Document
createDocument body → 201
GET
/documents/{documentId}
Adobe Illustrator Get a Document
getDocument 1 param → 200404
DELETE
/documents/{documentId}
Adobe Illustrator Close a Document
closeDocument 2 params → 204404
POST
/documents/{documentId}/save
Adobe Illustrator Save a Document
saveDocument 1 param body → 200404
POST
/documents/{documentId}/export
Adobe Illustrator Export a Document
exportDocument 1 param body → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Document (12 properties), ExportOptions (8 properties), DocumentCreate (7 properties). Each schema is shown below with its type and property counts.

Document
object
12 properties
DocumentCreate
object
7 properties
ExportOptions
object
8 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-illustrator-documents-api-openapi.yml Raw ↑

Other APIs Adobe Illustrator publishes across the network.

Adobe Illustrator Plugin SDK
Adobe Illustrator CEP Extensions API
Adobe Illustrator Application API
Adobe Illustrator Artboards API
Adobe Illustrator Graphic Styles API
Adobe Illustrator Layers API
Adobe Illustrator Path Items API
Adobe Illustrator Swatches API
Adobe Illustrator Symbols API
Adobe Illustrator Text Frames API