API
- Introduced layer and composition analytics:
GET /v3/templates/{id}/compositionsandGET /v3/templates/{id}/layersexpose After Effects structure as machine-readable data - composition dimensions, duration, frame rate, layer types, canvas bounds, and per-layer timing. Designed for agents and automated pipelines that need to inspect a template before building a job payload. - Automatic font resolution is now generally available and fully documented. Nexrender matches uploaded fonts to template requirements at render time without requiring an explicit
fontsarray in the job payload. See Font Resolution for details on how resolution works and when to override it.
- Improved mobile and tablet layout across the dashboard for managing templates, jobs, and settings on smaller screens.
- Streamlined the full account registration and trial lifecycle, reducing the steps from sign-up to first render.
- Released the Nexrender skill for Claude, Codex, and other LLM agents. The skill packages authoritative API knowledge - job payload structure, asset types, codec identifiers, secret references, font resolution, and common failure patterns - so agents can construct correct job payloads without guessing at the API shape. See Agentic Workflows for an overview of the tools available for AI-driven video personalization.
Dashboard
- Introduced Fonts Management in the dashboard: upload, browse, and delete custom fonts directly from the UI without touching the API.
Dashboard
- Launched a new visual dashboard experience with a redesigned interface for managing templates, jobs, and team settings.
- Introduced Join Jobs: stitch an ordered list of video clips into a single output using
POST /jobs/join. Each clip can be a static video URL or a full job definition that renders first - all in one API call.
API
- Introduced Batch Jobs: submit up to 1,000 render jobs in a single
POST /batchesrequest. Batches support partial success - successfully created jobs proceed even if others fail validation. Track progress withGET /batches/{id}and cancel all remaining jobs withPOST /batches/{id}/cancel. - Introduced Job Cancellation: cancel individual jobs with
PATCH /jobs/{id}/cancelor cancel multiple jobs at once withPOST /jobs/cancel. Cancellation cascades automatically to child and sibling jobs.
API
- Expanded Render Settings: the
settingsobject now supports anenginefield to target a specific After Effects engine version (ae2025orae2026) per job. Full codec reference with video and image codec identifiers is now available.
API
- Introduced font auto-detection. Newly created templates are now scanned for missing fonts, such fonts are then reported both during template fetch response but also with job creation. Note that this feature is still experimental, only fonts and templates uploaded after 31st October will contain the necessary metadata to support this feature. We plan on expanding it with proper documentation in the near future.
- Performance improvements made to the job picking logic.
- Improved the reliability of the job cleanup processes.
API
- Implemented template auto-cleanup for failed or unfulfilled templates. Templates that were not uploaded in 7 days are now marked as inactive.
- Improved internal job handling.
- Several bugfixes and performance improvements were made.
API
- Introduced Secrets Management: securely store and reference API keys, credentials, and sensitive values in jobs.
- Added Upload configuration block: control output destinations with S3 support, custom prefixes, ACLs, and
outputUrloverrides. - Added Render settings: configure output type (
video,image), frame ranges, codecs, and quality (draft,full). - Added autodetection of .AEP files in project archives. Removed requirement for .AEP to be at archive root.
- Webhook no longer requires a
methodfield provided and now defaults toPOST. - Fixed: Webhooks would get fired with
queuedstatus on failed attempts. We now only fire a webhook on either afinishedor a finalerrorstate.
- Implemented Smart Caching: frequently used templates are cached locally, cutting download times significantly on repeated renders.
API
- Improved support for Google Cloud Platform storage.
- Enhanced font deletion logic for better resource cleanup.
- Added
outputUrlfield toGET /api/v2/jobs/:idresponse for direct access to rendered output. - Added support for Essential Properties in Motion Graphics templates (docs).
- Enforced TIMECODE display setting in After Effects during render for consistency.
- Refined job creation pipeline for improved throughput and reliability.
- Added color parsing support for Essential parameters, expanding creative flexibility.
- Enhanced logging for improved transparency.
- Updated MOGRT parsing logic for better compatibility with AE templates.
- Improved asset fetching logic, making it more reliable in varied network conditions.
- Lifecycle improvements for better performance and resilience.
API
- Added
qualityparameter ("draft","best") to thenx:previewasset function, allowing finer control over preview renders. - Switched to 7z decompression as the primary driver for
.ziptemplate handling, improving performance and compatibility. - Increased JSON payload size limit to support larger templates during parsing.
- Improved template parsing logic for greater accuracy and speed.
- Introduced lifecycle changes to enhance resource management and fault tolerance.
API
- Fixed critical bugs improving reliability.
- Enhanced webhook logging for better debugging and monitoring.
- General stability improvements leading to more consistent job execution.
Job Scalability with Reserved Workers We now support reserved workers — dedicated rendering nodes for teams requiring guaranteed performance. If all reserved nodes are busy, jobs automatically fall back to a shared, slower pool to ensure eventual processing without failure. (Currently offered to selected clients.)Job Parenting Logic Improved Refactored internal logic for dependent/related jobs to better support future features like job chains and batches.Bug Fixes Resolved bugs related to job tracking and template rendering stability.
Template Validation & Deep Parsing Newly uploaded templates are now automatically validated and introspected. We extract key metadata:
- Available compositions
- Editable layers
- Embedded
.mogrtparameters
This paves the way for advanced job setup via UI and API.
Jobs API v2 Launched A completely new and powerful way to manage rendering jobs at scale. Key features:
- Templates: reusable AEP/MOGRT/ZIP projects for rapid job issuing.
- Fonts: centralized font management — no need to host fonts externally.
- Smarter webhook handling, including custom data payloads.
- Clearer job lifecycle visibility: track, retry, and introspect with ease.
- Support for [
nxasset functions] to control layers dynamically inside jobs.
Job Redaction Layer For privacy-conscious users, job data is now automatically sanitized after 3 days (render logs, asset paths, etc).Bug Fixes Addressed 2 stability issues related to font uploads and job progress syncing.
Dedicated API Service Migration We’ve migrated all job-related operations to a separate service — this unlocks:
- Independent scaling
- Faster deploy cycles
- Greater reliability under load

