Templates / Public
List public templates
List published community/gallery templates with their cached pages. No authentication required.
Templates / Public
List public templates
List published community/gallery templates with their cached pages. No authentication required.
GET
/api/templates/publicQuery / Path parameters
| Name | In | Required | Description |
|---|---|---|---|
| search | query | No | Search name + description (max 80 chars) |
| category | query | No | Category filter, or "featured" for the curated list |
| page | query | No | Page number (default 1) |
| perPage | query | No | Items per page (max 100) |
Responses
200
JSON { list, count, pagesCount } — templates include their published pages
Request
curl -X GET "https://bannx.com/api/templates/public" \
-H "Authorization: Bearer YOUR_API_TOKEN"Response
// JSON { list, count, pagesCount } — templates include their published pages
{
"success": true,
"data": { ... }
}