00.2 — Concepts· 4 min read

The shape of a Klyph project.

Klyph talks about content in five nouns. Learn them once and every other page in the docs gets shorter.

§ 1

Source

A source is the long-form input you give Klyph — a URL or an uploaded file. Sources are immutable. One source can produce many jobs.

§ 2

Job

A job is an analysis + generation task that turns a source into a set of clips. Jobs carry a preset, caption style, and aspect ratio.

FieldTypeDescription
statusenumOne of queued, analyzing, rendering, ready, failed
presetstringStyle bundle — e.g. 'creator-default'
aspectenum9:16, 1:1, or 16:9
duration_maxnumberSoft cap per clip in seconds
§ 3

Clip

A clip is a ranked segment the model produced from your source. Each clip has a score, a hook summary, a transcript, and one or more renders.

§ 4

Render

A render is a finished MP4 for a given style and aspect. Editing a clip creates a new render — originals are kept for 30 days.

§ 5

Destination

A destination is a connected social account that Klyph can publish to. Publishing produces a post, which is the join-point between a render and real-world performance data.