The export endpoints return your tokens transformed into platform-specific formats. All values are fully resolved — color scale references become hex values, primitive references become concrete numbers.Documentation Index
Fetch the complete documentation index at: https://docs.humic.dev/llms.txt
Use this file to discover all available pages before exploring further.
Export as CSS
Returns CSS custom properties with light and dark mode support.CSS variable prefix. For example,
--ds produces --ds-color-brand-primary.Variable naming convention:
kebab-case, camelCase, or snake_case.text/css
Export as JSON
Returns tokens in the W3C Design Tokens Community Group format. Dark mode values are included via Humic’scom.humic extension.
Export as TypeScript
Returns a typed constant and a union type for all token names. Useful for type-safe token access in your application.text/plain
