Concept

Embeddable clock output and style selection

The clock route is an output feature, not a JSON helper, and the docs should reflect that difference clearly.

A rendered output endpoint, not a data endpoint

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.

Style selection is part of the contract

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.

Related endpoints

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 endpoint