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 Path Items API

Create and manipulate vector path items, including shapes, lines, and complex paths with anchor points and control handles.

Adobe Illustrator Path Items 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 Path Items. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

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

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

5 operations 2 paths 4 schemas 1 DELETE2 GET1 POST1 PUT

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 5

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

Path Items 5

Create and manipulate vector path items, including shapes, lines, and complex paths with anchor points and control handles.

GET
/documents/{documentId}/pathItems
Adobe Illustrator List Path Items
listPathItems 2 params → 200
POST
/documents/{documentId}/pathItems
Adobe Illustrator Create a Path Item
createPathItem 1 param body → 201
GET
/documents/{documentId}/pathItems/{pathItemId}
Adobe Illustrator Get a Path Item
getPathItem 2 params → 200404
PUT
/documents/{documentId}/pathItems/{pathItemId}
Adobe Illustrator Update a Path Item
updatePathItem 2 params body → 200404
DELETE
/documents/{documentId}/pathItems/{pathItemId}
Adobe Illustrator Delete a Path Item
deletePathItem 2 params → 204404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are PathItem (22 properties), PathItemCreate (17 properties), Color (11 properties), PathPoint (4 properties). Each schema is shown below with its type and property counts.

PathItem
object
22 properties
PathPoint
object
4 properties 1 required
Color
object
11 properties
PathItemCreate
object
17 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-illustrator-path-items-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 Documents API
Adobe Illustrator Graphic Styles API
Adobe Illustrator Layers API
Adobe Illustrator Swatches API
Adobe Illustrator Symbols API
Adobe Illustrator Text Frames API