Skip to main content
GET
/
fonts
List all fonts for team
curl --request GET \
  --url https://api.nexrender.com/api/v2/fonts \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "familyName": "<string>",
    "fileName": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

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.

Authorizations

Authorization
string
header
required

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

Response

Successfully retrieved list of fonts

id
string

Unique font identifier

familyName
string

Font family name (e.g., "Arial", "Helvetica Neue") extracted from font metadata (or custom)

fileName
string

Original font file name as uploaded (supports TTF only). This is the file name referenced in pushed jobs.

createdAt
string<date-time>

ISO timestamp when the font was uploaded and processed