Skip to main content
GET
/
api
/
v3
/
content-types
/
templates
Browse content-type starter templates
curl --request GET \
  --url https://api.lighton.ai/api/v3/content-types/templates \
  --header 'Authorization: Bearer <token>'
{
  "id": null,
  "code": 401,
  "error": "unauthorized",
  "detail": "Authentication credentials were not provided or are invalid.",
  "doc_url": "https://developers.lighton.ai/errors#unauthorized"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

depth
integer

Tree depth limit. Default (omitted) = full tree. 0 = root info only (no children, no attributes). 1 = roots + direct children. N = N levels of children.

include_attributes
boolean

Include attribute definitions per content type node. Default: true.

path
string

Content type path(s), colon-separated hierarchy. Comma-separated for multiple (e.g., ?path=legal,finance, ?path=patent,sic, or ?path=legal:contract:nda). Root codes: finance, healthcare, legal, manufacturing, patent, sic, tech

Response

Content types returned successfully