curl --request GET \
--url https://api.example.com/api/templates[
{
"key": "<string>",
"title": "<string>",
"industry": "<string>",
"description": "<string>"
}
]Retrieves a list of all available templates with their summary information.
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.
Was this page helpful?