Upload custom .ttf fonts to your Nexrender team account and reference them in render jobs
After Effects needs fonts installed on the rendering system. If a font referenced in your template isn’t available, it will silently substitute a fallback - causing layout shifts, incorrect spacing, or broken text styling. Upload fonts once to your team account and Nexrender installs them on the render worker before After Effects starts.Documentation Index
Fetch the complete documentation index at: https://nexrender.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
.ttf (TrueType Font) files are currently supported.
multipart/form-data. The font field carries the file, and the optional familyName field lets you override the family name that Nexrender auto-detects from the font metadata.
familyName field:
| Field | Type | Required | Description |
|---|---|---|---|
font | file | Yes | The .ttf font file to upload |
familyName | string | No | Override for the font family name (auto-detected from file metadata if not provided) |
fileName in the fonts array of any job payload. Nexrender installs them on the render worker before rendering begins.
fonts array hasn’t been uploaded to your team account, the API flags them in the missingFonts field of the response. The job is still created, but rendering may produce incorrect results.
OpenSans-Bold.ttf rather than font1.ttf.ttf files as versioned assets - store them in source control alongside your templatesBearer token authentication using API tokens for team-based access control.
You can generate your own API token at: https://app.nexrender.com/settings/api-tokens
Font successfully uploaded and processed
Font file metadata for team-shared typography resources used in After Effects rendering
Unique font identifier
Font family name (e.g., "Arial", "Helvetica Neue") extracted from font metadata (or custom)
Original font file name as uploaded (supports TTF only). This is the file name referenced in pushed jobs.
ISO timestamp when the font was uploaded and processed