Vidbyte

API documentation

Quickhits API

QuickHits are the lowest-friction content family in the Vidbyte API. Use them to turn a topic into a concise explainer, then list or fetch the resulting resource later by its encrypted id.

When to use QuickHits

Use QuickHits when your product needs structured explanation output faster than a full roadmap or assessment flow. They work well for coaching UIs, retrieval prompts, contextual explainers, and study-assistant features.

They are also a good staging artifact in a larger workflow: for example, generate a QuickHit first, then pass it back into `context` when generating a quiz or roadmap.

The route family is intentionally simple

Use `/create` for the first generation call.

Persist the returned encrypted `id` exactly as returned.

Use `/list` to show saved QuickHits in your product.

Use `/get` when you need to revisit one specific QuickHit later.

Endpoints

3 pages