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>"
}

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

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)