Skip to main content
GET
/
v1
/
brands
/
{brandId}
/
last
/
content-suggestions
Get latest content suggestions
curl --request GET \
  --url https://api.example.com/v1/brands/{brandId}/last/content-suggestions

Documentation Index

Fetch the complete documentation index at: https://docs.get-spotlight.com/llms.txt

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

Shortcut to the most recent run’s content suggestions without needing to first look up the runId. Identical response shape to Get content suggestions.

Path parameters

brandId
string
required
Brand UUID. Obtain from List brands.

Query parameters

Request

curl -s \
  -H "x-spotlight-api-key: YOUR_API_KEY" \
  "https://app.get-spotlight.com/api/v1/brands/BRAND_ID/last/content-suggestions"

Response

Same shape as Get content suggestions.
Returns 404 if the brand has no analysis runs yet.