Uploading Fonts
Upload custom .ttf fonts to your Nexrender team account and reference them in render jobs
Supported Formats
Only.ttf (TrueType Font) files are currently supported.
Upload a Font
Fonts are uploaded asmultipart/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:
Upload Fields
| 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) |
Using Fonts in a Job
Reference uploaded fonts by theirfileName in the fonts array of any job payload. Nexrender installs them on the render worker before rendering begins.
Missing Fonts Warning
When you create a job, if any font listed in thefonts 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.
Best Practices
- Name font files clearly -
OpenSans-Bold.ttfrather thanfont1.ttf - Keep naming consistent between your After Effects project and the uploaded file
- Use preview mode to catch font issues cheaply before running full renders
- Treat
.ttffiles as versioned assets - store them in source control alongside your templates
Authorizations
Bearer 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
Body
Response
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

