List Templates
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Number of templates to return (max 100) |
offset | integer | 0 | Pagination offset |
q | string | — | Case-insensitive substring search across title and description (minimum 2 characters) |
Request
Response
Response fields
Template object
| 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 |
Pagination object
| Field | Type | Description |
|---|---|---|
offset | number | Current offset |
limit | number | Requested limit |
has_more | boolean | Whether more results exist beyond this page |

