Export project JSON
ae_project_export_jsonExport an After Effects project to JSON, including folders, comps, layers, keyframes, effects, shapes, markers, time remap, solids, and file refs. Write to a path or get inline output.
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). |