- What type of template you’re going to upload (
aep
,zip
, ormogrt
) - How to label this template for your internal reference
What Happens Behind the Scenes?
- The backend reserves storage for your file
- Generates a secure upload URL valid for ~1 hour
- Waits for the actual file to be uploaded (in the next step)
- The template status is initially set to
awaiting_upload
type
— otherwise the introspection process will fail.
Common Mistakes to Avoid
Mistake | Result |
---|---|
Declaring type: zip but uploading .aep or .mogrt | The render job will fail or silently break asset resolution |
Uploading to the wrong URL | The template will remain in awaiting_upload status |
Forgetting to use the pre-signed URL | You’ll get a 403 Forbidden error or SignatureDoesNotMatch |
uploaded
, and Nexrender Cloud will extract all available compositions and dynamic layers.
API Reference
Authorizations
Bearer token authentication using API tokens for team-based access control.
You can generate your own API token at: https://app.nexrender.com/team/settings
Body
Configuration for creating a new template with project file type and display information
Template project file type - aep (After Effects Project), zip (compressed project), or mogrt (Motion Graphics Template)
aep
, zip
, mogrt
Human-readable name for the template shown in UI and listings
Response
Template successfully created with upload information
Complete template object with metadata, processing status, and content information
Unique template identifier used for referencing in jobs and API operations
Template file format (aep, zip, or mogrt)
Human-readable name displayed in UI and template listings
Current processing status (awaiting_upload, processing, uploaded, error)
ISO timestamp when the template was initially created
ISO timestamp of the most recent template modification
List of compositions found within the template that can be rendered
Individual composition name available for rendering
List of layers available for asset replacement and manipulation
Individual layer name within the template
Motion Graphics Template specific metadata and properties
Error message if template processing or validation failed (null if successful)
Presigned upload URL and metadata for securely uploading template files to cloud storage