Skip to main content
GET
/
api
/
templates
List templates
curl --request GET \
  --url https://api.example.com/api/templates
[
  {
    "key": "<string>",
    "title": "<string>",
    "industry": "<string>",
    "description": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.gorules.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

List of available templates

key
string
required

Unique identifier for the template

title
string
required

Display title of the template

industry
string
required

Industry category the template belongs to

description
string
required

Brief description of what the template does