Render a live HTML clock
Use the clock route when you want embeddable HTML output instead of building and styling a live clock component yourself.
Open endpointThe clock route is an output feature, not a JSON helper, and the docs should reflect that difference clearly.
The clock route returns embeddable HTML, which changes how you document it and how developers use it. This is not a JSON payload that you parse and reformat inside the same code path as the rest of the API.
Because the output is presentational, the docs focus on style selection, selector rules, and how to embed it cleanly inside product surfaces or dashboards.
The valid style names are part of the public interface and are surfaced directly in the parameter docs. The page design should showcase both analog and digital directions so buyers understand the feature quickly.
Signing is intentionally not available on this route, and that difference should be repeated in the advanced notes to prevent incorrect assumptions.
Use the clock route when you want embeddable HTML output instead of building and styling a live clock component yourself.
Open endpoint