Skip to main content
GET
/
v1
/
templates
List Templates
curl --request GET \
  --url https://app.uselamina.ai/v1/templates \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "tmpl-product-launch",
      "name": "Product Launch Hero",
      "description": "Create high-impact hero visuals for product launches with lifestyle context and brand-aligned styling",
      "category": "launch",
      "suggestedModalities": [
        "image",
        "video"
      ],
      "suggestedPlatforms": [
        "instagram",
        "facebook"
      ],
      "isBuiltIn": true
    },
    {
      "id": "tmpl-trend-ride",
      "name": "Trend Rider",
      "description": "Quickly create on-trend content that capitalizes on emerging visual and topical trends",
      "category": "trend",
      "suggestedModalities": [
        "image"
      ],
      "suggestedPlatforms": [
        "instagram",
        "tiktok"
      ],
      "isBuiltIn": true
    }
  ]
}
Returns content creation templates available to your workspace. Templates are pre-configured starting points for common content types — product hero shots, social media posts, campaign banners, and more. Each template specifies a recommended app and pre-filled input values. Use this to offer quick-start options in your UI or to let agents pick the right template for a given content goal.

Authorizations

x-api-key
string
header
required

Workspace API key. Prefix: lma_. Example: lma_abc123...

Query Parameters

category
enum<string>

Filter templates by category.

Available options:
launch,
trend,
campaign,
optimization,
testing,
library

Response

List of available content templates

data
object[]