Get Template
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The template ID |
Request
Response
Response fields
| Field | Type | Description |
|---|---|---|
id | string | Unique template identifier |
title | string | Display name |
description | string or null | Brief description |
kind | "image" or "video" | The generation surface the template targets |
model_name | string | Name of the underlying generation model |
Errors
| Status | Error | When |
|---|---|---|
| 404 | not_found | No template exists with the given ID |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks templates:read scope |

