Skip to main content
GET
/
v1
/
intelligence
/
trends
Get Trends
curl --request GET \
  --url https://app.uselamina.ai/v1/intelligence/trends \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "trends": [
      {
        "signal": "quiet luxury",
        "category": "visual_style",
        "platform": "instagram",
        "growth": "+45%",
        "confidence": "high"
      },
      {
        "signal": "behind-the-scenes",
        "category": "format",
        "platform": "tiktok",
        "growth": "+28%",
        "confidence": "medium"
      }
    ],
    "windowDays": 7,
    "generatedAt": "2026-04-15T12:00:00.000Z"
  }
}
Returns current trend signals relevant to your workspace’s content categories and audience. Trends are sourced from cross-platform performance data and refreshed regularly. Use this to discover what topics and formats are gaining traction, inform content strategy, or feed trend data into automated brief generation.

Authorizations

x-api-key
string
header
required

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

Query Parameters

category
string

Filter trends by category (e.g. visual_style, topic, format).

platform
string

Filter trends by platform.

windowDays
integer
default:7

Lookback window in days for trend aggregation. Larger windows smooth out noise.

limit
integer
default:20

Maximum number of trend signals to return.

Response

Aggregated trend signals

data
object

Trend aggregation results. Structure varies based on available data.