Skip to main content
GET
/
templates
/
{id}
/
download
Get download URL for template file
curl --request GET \
  --url https://api.nexrender.com/api/v2/templates/{id}/download \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

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/team/settings

Path Parameters

id
string
required

Unique template identifier to get download URL for

Response

Successfully generated download URL

url
string

Presigned download URL with temporary access (expires after set time)

I