Skip to main content
GET
Get template metadata (v3)

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

Path Parameters

id
string
required

Unique template identifier in ULID format

Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$

Response

Successfully retrieved template metadata

Lightweight template metadata returned by the v3 template API. Composition and layer structure is exposed through separate paginated endpoints.

id
string
required

Unique template identifier used for referencing in jobs and API operations

Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$
type
enum<string>
required

Template file format

Available options:
aep,
zip,
mogrt
displayName
string
required

Human-readable template name

status
enum<string>
required

Current template processing status

Available options:
awaiting_upload,
downloading,
processing,
uploaded,
error
createdAt
string<date-time>
required

ISO timestamp when the template was created

updatedAt
string<date-time>
required

ISO timestamp when the template was last updated