# Get Template URL Returns a secure URL to open the template in a web browser using template identifier. Endpoint: POST /template/launch Version: 1.5 Security: ApiKeyAuth, BasicAuth ## Request fields (application/json): - `templateId` (string) ## Response 200 fields (application/json): - `url` (string) Example: "https://templates.tenovos.io/launch?jobName=somejob&deleteJob=true&externalLaunch=true" ## Response 401 fields (application/json): - `message` (string) - `detail` (string) ## Response 403 fields (application/json): - `message` (string) - `detail` (string)