latestOpenAPI 3.1.0Proprietary - Prezent, Inc.2026-08-114675175.5 KB

a01cb764a085

AutoGenerator

List templates available to AutoGenerator

Returns the themes/templates available to the caller's company for AutoGenerator. Results are always scoped to the auto_generator feature — the scoping is applied server-side and cannot be overridden by the caller.

Pagination is opt-in. Send limit (and follow next_cursor) to page; omit both limit and cursor to receive the full list unchanged.

get/api/v1/autogenerator/templates

Query parameters

namestring

Optional case-insensitive name filter.

sortstring

Sort expression (for example name:asc).

limitinteger

Items per page (1–200, default 50). Enables pagination.

cursorstring

Opaque cursor from a previous response's next_cursor.

sourcestring

Source filter (e.g. brand vs prezent).

enabledFeaturestring

Optional feature flag filter.

Response

Templates returned.

successboolean

Always true on success.

next_cursorstring nullable

Opaque cursor for the next page, or null on the last page. Pagination is opt-in — omit limit/cursor to receive the full list.