Adobe Illustrator · Example Payload

Adobe Illustrator Scripting Path Item Create Example

Creative CloudDesignIllustratorVector Graphics

Adobe Illustrator Scripting Path Item Create Example is an example object payload from Adobe Illustrator, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namepathTypepathPointspositionwidthheightcornerRadiussidespointsinnerRadius

Example Payload

Raw ↑
{
  "name": "Example Artboard",
  "pathType": "freeform",
  "pathPoints": [
    "/artwork/logo.ai"
  ],
  "position": [
    72.0
  ],
  "width": 72.0,
  "height": 72.0,
  "cornerRadius": 72.0,
  "sides": 1024,
  "points": 1024,
  "innerRadius": 72.0
}