Skip to main content
The settings object on a job payload controls how After Effects renders and what format the output takes. All fields are optional - omitting settings entirely uses the composition’s default output settings.
settings and preview are mutually exclusive. If preview: true is set, the settings object is ignored.

Fields

string
Output type. One of:
  • video - renders to a video file (default)
  • image - renders a single frame or frame range as still images
  • aep - packages the project as a rendered AEP archive
string
Render quality. One of:
  • full - full quality output (default)
  • draft - faster, lower-quality render useful for testing
string
Output codec. Must be compatible with the chosen type. See the codec list below.
integer | array
Frame specification. Required when type is image.
  • Single integer - renders one frame at that position (e.g. 125)
  • Two-element array - renders a frame range (e.g. [0, 120])
string
After Effects engine version to use for this job. One of:
  • ae2026 (default)
  • ae2025

Codecs

Video codecs

Image codecs

Image codecs require type: "image". Video codecs require type: "video".

Examples