v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Data Model

This endpoint provides a paginated list of AITemplates

Retrieves the collection of aiTemplates resources.

get/ai-templates

Query parameters

pageinteger

The collection page number

limitinteger

The number of items per page

paginationboolean

Enable or disable pagination

codestring
code[]string[]
typestring
type[]string[]
order[code]'asc' | 'desc'

Response

aiTemplates collection

codestring
typestring
nameobject
promptobject
idstring

This is the unique identifier of the resource

Example response

[
  {
    "id": "identifier_example"
  }
]