POST /api/v1/quickhits/create
Create a Quickhit
Create a new Quickhit from a prompt and optional context. This page focuses on the exact request contract, the supported request parameters, and the public response envelope you should expect back.
Public endpoint
/api/v1/quickhits/create
Maps to
/api/quickhits/create
What to know first
Best first integration if you want the smallest, fastest content-generation request.
Method
POST
Send this operation to /api/v1/quickhits/create on the versioned public host.
Authentication
API key
API key via Authorization: Bearer or x-api-key
Resource model
Direct
Best first integration if you want the smallest, fastest content-generation request.
Highlights
What this operation does
Request details
Request parameters
Request parameters
These are the parameters that shape /api/v1/quickhits/create. Path parameters and request-body fields are shown together because the docs stay focused on the public route contract.
Primary user request, learning goal, or topic for generation.
QuickHit steering mode. The current validator accepts `broad` or `narrow`.
Default
broad
View supported values2 options
Generate a wider explainer that surveys the topic from several angles.
Stay tightly focused on one slice of the topic instead of branching outward.
Optional typed context objects. Use this field to send source text, documents, prior Vidbyte resources, or content you imported from a connected provider into the request.
View supported values9 options
Inline plain text you want the route to read directly.
A document payload or extracted document text normalized into the context layer.
A PDF payload or extracted PDF text normalized into the context layer.
A previously generated QuickHit identified by its encrypted public id.
A previously generated roadmap identified by its encrypted public id.
A previously generated quiz identified by its encrypted public id.
A previously generated exam identified by its encrypted public id.
A previously generated project identified by its encrypted public id.
An alias for project-backed context in the current middleware.
Response shape