Export project JSON
ae_project_export_jsonSerialize the full After Effects project into structured JSON, covering comps, layers, keyframes, effects, and more. Write to a file or return inline for inspection and backup.
Instructions
Serialize the entire project to JSON (folders, comps, layers, keyframes, effects, shapes, markers, time remap, solids, file refs). Write to outPath or return inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pretty | No | Pretty-print the JSON (2-space indent). Default: true when writing to disk, false otherwise. | |
| outPath | No | If set, write the exported JSON to this absolute path on disk. If omitted, the JSON is returned inline in the tool response (can get large). |